Add nix-index database and tidy base system

This commit is contained in:
randogoth 2026-02-03 09:52:52 +02:00
parent b4fcd36bed
commit b7e9e1a2c2
5 changed files with 96 additions and 5 deletions

21
flake.lock generated
View file

@ -147,6 +147,26 @@
"url": "https://git.lix.systems/lix-project/nixos-module"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1765267181,
"narHash": "sha256-d3NBA9zEtBu2JFMnTBqWj7Tmi7R5OikoU2ycrdhQEws=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "82befcf7dc77c909b0f2a09f5da910ec95c5b78f",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-index-database",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1769741972,
@ -190,6 +210,7 @@
"inputs": {
"lanzaboote": "lanzaboote",
"lix-module": "lix-module",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs"
}
},