home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 94889f8f01b75f153cbe251a3f17589d784ca0be
parent d34597d78809ae73097a66b17300c35862d97bf2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 23 May 2020 17:32:20 +0200

systems/hokkaido: temporarly disable nix-config

Doing things "manually" and then will re-enable it for all.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hokkaido.nix | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -47,10 +47,12 @@ in nix-config.buildCores = 2; }; + # FIXME: move this away + nix-config.enable = false; nix.nixPath = [ "nixos-config=${dummyConfig}" "nixpkgs=/run/current-system/nixpkgs" - "nixpkgs-overlays=/run/current-system/overlays" + "nixpkgs-overlays=/run/current-system/overlays/compat" ]; # FIXME: put this in a common