diff options
author | tv <tv@krebsco.de> | 2024-11-06 19:16:23 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2024-11-06 19:16:23 +0100 |
commit | 77ec527f311091847b800fee01fd050953a65185 (patch) | |
tree | a4633c97ffd55d8b3db7dadfdba2ecb707f65d6c /flake.lock |
initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..5d1e8d2 --- /dev/null +++ b/flake.lock @@ -0,0 +1,48 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1730831018, + "narHash": "sha256-2S0HwIFRxYp+afuoFORcZA9TjryAf512GmE0MTfEOPU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "8c4dc69b9732f6bbe826b5fbb32184987520ff26", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "zmk-nix": "zmk-nix" + } + }, + "zmk-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1730663558, + "narHash": "sha256-qJG7KoBmO326k4c3JnUI8cQ0aEi5tx/bnQl2nIw1hnI=", + "owner": "lilyinstarlight", + "repo": "zmk-nix", + "rev": "f9fceeff2451a0db6fb72909e7f30868151ea175", + "type": "github" + }, + "original": { + "owner": "lilyinstarlight", + "repo": "zmk-nix", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |