diff options
author | Irene Knapp <ireneista@irenes.space> | 2025-09-06 15:06:48 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@irenes.space> | 2025-09-06 15:25:26 -0700 |
commit | e331e95e3f3607bd1707b60f61e209e4aeac05f6 (patch) | |
tree | 05eb02197f870ac99c62af71e3364dda3c013a83 /flake.lock |
initial package of kaylee
Force-Push: working CI? that's unpossible Change-Id: I03dfbbcff92f2166616d26d4c3d556261a327d8b
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..b2fc0a7 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1756886854, + "narHash": "sha256-6tooT142NLcFjt24Gi4B0G1pgWLvfw7y93sYEfSHlLI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "0e6684e6c5755325f801bda1751a8a4038145d7d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-25.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |