diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-19 19:17:39 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-19 19:22:59 +0200 |
commit | 91908acf406aee1381089e2340ce7061077a0334 (patch) | |
tree | 918f332a7008e0c4766543d52fd2e4c2dd20c513 /flake.lock | |
download | OSSE-91908acf406aee1381089e2340ce7061077a0334.tar.gz OSSE-91908acf406aee1381089e2340ce7061077a0334.tar.bz2 OSSE-91908acf406aee1381089e2340ce7061077a0334.zip |
Initial Commit!
This is the initial commit for this experiment of a search engine. I hope I can learn a lot from this!
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..2731fff --- /dev/null +++ b/flake.lock @@ -0,0 +1,40 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1665940183, + "narHash": "sha256-cPe3F7CtnxU9YbJpc3Adl4d9kX+turqTv5FxM98i8vg=", + "path": "/nix/store/mrpx61vyrmhqhr2ms9svscyc1h523gf1-source", + "rev": "104e8082de1b20f9d0e1f05b1028795ed0e0e4bc", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |