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

View file

@ -3,6 +3,10 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module.url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
lix-module.inputs.nixpkgs.follows = "nixpkgs";
lanzaboote.url = "github:nix-community/lanzaboote";