diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-02 11:39:29 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-02 11:39:29 +0200 |
| commit | 11392621501d7b5206bc521d6d2a50e2c4e36c45 (patch) | |
| tree | 7b2d51c89d58f7374fd464ba05d8b60b6df6a91a /flake.lock | |
| download | pub-11392621501d7b5206bc521d6d2a50e2c4e36c45.tar.zst | |
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..9006f49 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1767339859, + "narHash": "sha256-VWG0PycumFfz1N2nGqBiDFrYPDDAUQWal/lsVvG53eE=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "82d8d0143127fcbe23013b68fd6f05fdd8fd38b8", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "release-25.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
