diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2024-01-14 17:53:28 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2024-01-14 17:53:28 +0100 |
commit | 0375faa9670737191d0c276f3b5daf83a6cfc8e8 (patch) | |
tree | 374735bcd68f92d4f144e67e5fe89fcce80d6931 /flake.lock | |
parent | 79c1c693130369e115c316c2f149ed5a1c2cdc03 (diff) |
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..4321d7f --- /dev/null +++ b/flake.lock @@ -0,0 +1,25 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1704842529, + "narHash": "sha256-OTeQA+F8d/Evad33JMfuXC89VMetQbsU4qcaePchGr4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "eabe8d3eface69f5bb16c18f8662a702f50c20d5", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |