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, ... }:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
in
|
||||
{
|
||||
outputs = { nixpkgs, home-manager, homeage, agenix, nur, ... }: {
|
||||
nixosConfigurations.pim = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit outputs; };
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
{ nixpkgs.overlays = [ nur.overlay ]; }
|
||||
|
|
Loading…
Reference in a new issue