wip(overlays): temporarily disable the cacert overlay
I don't want it to rebuild 1000 packages again
This commit is contained in:
parent
687f517370
commit
9cc3b74f34
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ in
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
# configure overlays
|
# configure overlays
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import ./overlays/cacert.nix)
|
#(import ./overlays/cacert.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue