cleanup overlays even more

This commit is contained in:
Pim Kunis 2023-10-19 09:42:39 +02:00
parent ed5ed796df
commit b2d61e68d2

View file

@ -19,13 +19,8 @@
}; };
}; };
outputs = { self, nixpkgs, home-manager, homeage, agenix, nur, ... }: outputs = { nixpkgs, home-manager, homeage, agenix, nur, ... }: {
let
inherit (self) outputs;
in
{
nixosConfigurations.pim = nixpkgs.lib.nixosSystem { nixosConfigurations.pim = nixpkgs.lib.nixosSystem {
specialArgs = { inherit outputs; };
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
{ nixpkgs.overlays = [ nur.overlay ]; } { nixpkgs.overlays = [ nur.overlay ]; }