cleanup overlays even more
This commit is contained in:
parent
ed5ed796df
commit
b2d61e68d2
1 changed files with 1 additions and 6 deletions
|
@ -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 ]; }
|
||||||
|
|
Loading…
Reference in a new issue