diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-04-16 15:47:15 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-04-16 15:47:15 +0200 |
commit | 54ca4b4e81cd814d7727382bce073f6c6ea0ddf8 (patch) | |
tree | 6de8086c59e8b18ac3f0f5d4e71b62d3f3b1f2a4 /flake.lock | |
parent | 3d0e81051fca850fb7b46d6299a94566b8c1ab62 (diff) |
Add flake lockfile
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 000000000..3154006c8 --- /dev/null +++ b/flake.lock @@ -0,0 +1,9 @@ +{ + "nonFlakeRequires": {}, + "requires": { + "nixpkgs": { + "uri": "github:edolstra/nixpkgs/f10e8a02eb7fa2b4a070f30cf87f4efcc7f3186d" + } + }, + "version": 1 +}
\ No newline at end of file |