diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-31 14:34:47 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-31 18:24:34 +0100 |
commit | 843c3336314f942bb7139a2c7da7625f98db46ac (patch) | |
tree | 32a1d87b6b42e8a7535a1539e5e73f3eda3a90a4 /flake.lock | |
download | renfe-843c3336314f942bb7139a2c7da7625f98db46ac.tar.gz renfe-843c3336314f942bb7139a2c7da7625f98db46ac.tar.bz2 renfe-843c3336314f942bb7139a2c7da7625f98db46ac.zip |
Initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..26ddc95 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1735554305, + "narHash": "sha256-zExSA1i/b+1NMRhGGLtNfFGXgLtgo+dcuzHzaWA6w3Q=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "0e82ab234249d8eee3e8c91437802b32c74bb3fd", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |