diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-04-15 22:58:26 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-04-15 22:58:26 +0200 |
| commit | 38316484320a722cdacde91bc7f721fe20e1389b (patch) | |
| tree | e364783133abb5fdf966c3defe1b1b4c2fcd84fa /flake.nix | |
| parent | 39b0f618f3819b4603c1b9e24ca85148e4f55f24 (diff) | |
| download | nix-infra-38316484320a722cdacde91bc7f721fe20e1389b.tar.gz nix-infra-38316484320a722cdacde91bc7f721fe20e1389b.tar.bz2 nix-infra-38316484320a722cdacde91bc7f721fe20e1389b.zip | |
snapshot: Di 15. Apr 22:58:26 CEST 2025
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -16,11 +16,19 @@ url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; }; + + nix-index-database = { + url = "github:nix-community/nix-index-database"; + inputs.nixpkgs.follows = "nixpkgs"; + + }; + }; outputs = inputs@{ self, nixpkgs, + nix-index-database, lanzaboote, flake-utils, ... @@ -33,6 +41,7 @@ modules = [ ./srv/hadante/configuration.nix lanzaboote.nixosModules.lanzaboote + nix-index-database.nixosModules.nix-index ( { pkgs, lib, ... }: { |
