add my own game to exported pkgs
This commit is contained in:
parent
5cca490b16
commit
09d61f5416
|
@ -35,9 +35,6 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
|
||||||
./pkgs
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, self, ...} @ inputs:
|
outputs = { nixpkgs, self, ...} @ inputs:
|
||||||
|
@ -46,7 +43,7 @@
|
||||||
username = "frostphoenix";
|
username = "frostphoenix";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
overlays.default = selfPkgs.overlay;
|
# overlays.default = selfPkgs.overlay;
|
||||||
nixosConfigurations = import ./modules/core/default.nix {
|
nixosConfigurations = import ./modules/core/default.nix {
|
||||||
inherit self nixpkgs inputs username;
|
inherit self nixpkgs inputs username;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue