diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-13 17:56:18 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-13 17:56:18 -0700 |
| commit | 4f374aedfc0b70f1472fa357ac3d17ccecf70aff (patch) | |
| tree | 51f2b0118c594068715eb2f4b4c6c6db580b6e20 /flake.lock | |
| parent | 83829038cffac0851a11bb94ea977e758b5960f9 (diff) | |
| download | roseh.moe-4f374aedfc0b70f1472fa357ac3d17ccecf70aff.tar.zst | |
Fix flake
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..ff4cd92 --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1757545623, + "narHash": "sha256-mCxPABZ6jRjUQx3bPP4vjA68ETbPLNz9V2pk9tO7pRQ=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "8cd5ce828d5d1d16feff37340171a98fc3bf6526", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-25.05", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
