attempt to rebuild with less jobs
This commit is contained in:
parent
c1a107bcff
commit
197cfdb84c
2 changed files with 4 additions and 4 deletions
|
|
@ -96,7 +96,7 @@
|
||||||
./extras/dev.nix
|
./extras/dev.nix
|
||||||
./extras/gaming.nix
|
./extras/gaming.nix
|
||||||
nixos-cosmic.nixosModules.default
|
nixos-cosmic.nixosModules.default
|
||||||
./extras/cosmic.nix
|
# ./extras/cosmic.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
NOmom = nixpkgs.lib.nixosSystem {
|
NOmom = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
algorithm = "zstd";
|
algorithm = "zstd";
|
||||||
};
|
};
|
||||||
# nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
# (import ../extras/libinput-overlay.nix)
|
(import ../extras/libinput-overlay.nix)
|
||||||
# ];
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# fw-ectool
|
# fw-ectool
|
||||||
framework-tool
|
framework-tool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue