fix
This commit is contained in:
parent
e2c29412a5
commit
e1073ed29c
|
@ -36,8 +36,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs = { nixpkgs, self, ...} @ inputs:
|
||||||
{ nixpkgs, self, ...} @ inputs:
|
|
||||||
let
|
let
|
||||||
selfPkgs = import ./pkgs;
|
selfPkgs = import ./pkgs;
|
||||||
username = "frostphoenix";
|
username = "frostphoenix";
|
||||||
|
@ -45,7 +44,7 @@
|
||||||
{
|
{
|
||||||
overlays.default = selfPkgs.overlay;
|
overlays.default = selfPkgs.overlay;
|
||||||
nixosConfigurations = import ./modules/core/default.nix {
|
nixosConfigurations = import ./modules/core/default.nix {
|
||||||
inherit self nixpkgs inputs;
|
inherit self nixpkgs inputs username;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue