diff options
| author | nsfisis <54318333+nsfisis@users.noreply.github.com> | 2025-04-27 13:47:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 13:47:46 +0900 |
| commit | 771f7c72fd1f1236031751048861550c694c796c (patch) | |
| tree | f2b74712b9b3c064bbc435e14a889825e67a82d4 /flake.lock | |
| download | nur-packages-771f7c72fd1f1236031751048861550c694c796c.tar.gz nur-packages-771f7c72fd1f1236031751048861550c694c796c.tar.zst nur-packages-771f7c72fd1f1236031751048861550c694c796c.zip | |
Initial commit
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..78cf35d --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1712449641, + "narHash": "sha256-U9DDWMexN6o5Td2DznEgguh8TRIUnIl9levmit43GcI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "600b15aea1b36eeb43833a50b0e96579147099ff", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
