chore(01-01): add flake.lock with pinned nixpkgs and nix-index-database

This commit is contained in:
Christopher Mühl 2026-04-09 11:11:55 +02:00
parent 51dba047f3
commit 26bdf368b5
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

48
flake.lock generated Normal file
View file

@ -0,0 +1,48 @@
{
"nodes": {
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1775365369,
"narHash": "sha256-DgH5mveLoau20CuTnaU5RXZWgFQWn56onQ4Du2CqYoI=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "cef5cf82671e749ac87d69aadecbb75967e6f6c3",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-index-database",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1775639890,
"narHash": "sha256-9O9gNidrdzcb7vgKGtff7QiLtr0IsVaCi0pAXm8anhQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "456e8a9468b9d46bd8c9524425026c00745bc4d2",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}