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