diff options
author | lassulus <lassulus@lassul.us> | 2017-07-23 10:26:51 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-23 10:26:51 +0200 |
commit | c927a1420ece533f23338eb4e4772572815e3c6d (patch) | |
tree | dd0603a8b5ce51938d3d107862e68e8fc144adde /makefu/default.nix | |
parent | 65c2680f24b3200d78e4c2d23da832dde141bfe5 (diff) | |
parent | 20d5077ba6f67ea0b73345248f048eafda6548e4 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/default.nix')
-rw-r--r-- | makefu/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/default.nix b/makefu/default.nix index b1c7c1be8..d077cc09f 100644 --- a/makefu/default.nix +++ b/makefu/default.nix @@ -1,9 +1,9 @@ -_: +{ pkgs, ... }: { imports = [ ../krebs ./2configs ./3modules - ./5pkgs ]; + nixpkgs.config.packageOverrides = import ./5pkgs pkgs; } |