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/gaming.nix
|
||||
nixos-cosmic.nixosModules.default
|
||||
./extras/cosmic.nix
|
||||
# ./extras/cosmic.nix
|
||||
];
|
||||
};
|
||||
NOmom = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
enable = true;
|
||||
algorithm = "zstd";
|
||||
};
|
||||
# nixpkgs.overlays = [
|
||||
# (import ../extras/libinput-overlay.nix)
|
||||
# ];
|
||||
nixpkgs.overlays = [
|
||||
(import ../extras/libinput-overlay.nix)
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
# fw-ectool
|
||||
framework-tool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue