add my own game to exported pkgs

This commit is contained in:
Frost-Phoenix 2024-01-03 22:43:21 +01:00
parent 5cca490b16
commit 09d61f5416

View file

@ -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;
};