diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-12-27 22:05:00 -0600 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-12-27 22:05:00 -0600 |
| commit | f813117ee176205721f48dd5e8d7b21f1c411702 (patch) | |
| tree | 41e901344c7a51c8e5dc7a4410e5638958797ee8 /flake.lock | |
| download | hm-reposync-f813117ee176205721f48dd5e8d7b21f1c411702.tar.xz hm-reposync-f813117ee176205721f48dd5e8d7b21f1c411702.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..42374b1 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1766736597, + "narHash": "sha256-BASnpCLodmgiVn0M1MU2Pqyoz0aHwar/0qLkp7CjvSQ=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "f560ccec6b1116b22e6ed15f4c510997d99d5852", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-25.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
