diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-30 01:10:01 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-30 17:35:18 +0200 |
commit | 43ed4d71beec1f608b81f7bf6697a6a463296beb (patch) | |
tree | 8317f7e3ce7fa17527cc2310fe537a107d593a42 /flake.lock | |
download | baitinq.ml-43ed4d71beec1f608b81f7bf6697a6a463296beb.tar.gz baitinq.ml-43ed4d71beec1f608b81f7bf6697a6a463296beb.tar.bz2 baitinq.ml-43ed4d71beec1f608b81f7bf6697a6a463296beb.zip |
Initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..a86395e --- /dev/null +++ b/flake.lock @@ -0,0 +1,41 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1659102345, + "narHash": "sha256-Vbzlz254EMZvn28BhpN8JOi5EuKqnHZ3ujFYgFcSGvk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "11b60e4f80d87794a2a4a8a256391b37c59a1ea7", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |