flake: Add some missing overrides

This commit is contained in:
Charlotte Van Petegem 2024-07-17 16:38:13 +02:00
parent d6e00c1cb9
commit 21038d148a
2 changed files with 12 additions and 52 deletions

View file

@ -66,7 +66,10 @@
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.3.0";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
@ -93,6 +96,7 @@
devshell.follows = "devshell";
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
};
};