Commit 94889f8f01b7

Vincent Demeester <vincent@sbr.pm>
2020-05-23 17:32:20
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>
1 parent d34597d
Changed files (1)
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