home

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

commit 9ba4a0418b25d74c5d3a77237e2f81178d42e7d5
parent c4d01bad39b85e3146f3c7c7494224db1da8b001
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 23 May 2020 17:34:36 +0200

systems/hokkaido: add overlays for configuration

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

Diffstat:
Msystems/hokkaido.nix | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/systems/hokkaido.nix b/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 = ''