Commit 9ba4a0418b25

Vincent Demeester <vincent@sbr.pm>
2020-05-23 17:34:36
systems/hokkaido: add overlays for configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c4d01ba
Changed files (1)
systems/hokkaido.nix
@@ -55,6 +55,22 @@ in
     "nixpkgs-overlays=/run/current-system/overlays/compat"
   ];
 
+  nixpkgs = {
+    overlays = [
+      (import ../../overlays/sbr.nix)
+      (import ../../overlays/unstable.nix)
+      (import ../../overlays/emacs-overlay)
+    ];
+    config = {
+      allowUnfree = true;
+      packageOverrides = pkgs: {
+        nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
+          inherit pkgs;
+        };
+      };
+    };
+  };
+
   # FIXME: put this in a common
   system = {
     extraSystemBuilderCmds = ''