diff options
author | Linnnus <[email protected]> | 2025-02-17 20:28:59 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-02-17 20:28:59 +0100 |
commit | 2b309097ca145651618234476160fb30405eabe7 (patch) | |
tree | 20321cf83d18c0c3c3a0a745626565074ea69a41 /flake.lock |
Initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..b6dff9d --- /dev/null +++ b/flake.lock @@ -0,0 +1,24 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1738435198, + "narHash": "sha256-5+Hmo4nbqw8FrW85FlNm4IIrRnZ7bn0cmXlScNsNRLo=", + "path": "/nix/store/p6ccgjymrlv4wwnxkx9hbhz0rbd5mnlr-source", + "rev": "f6687779bf4c396250831aa5a32cbfeb85bb07a3", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |