m 2 default: 2982661 -> 4fac473

This commit is contained in:
makefu 2017-04-17 13:12:16 +02:00
parent ff038698d1
commit 24260ff6d4
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -11,7 +11,7 @@ with import <stockholm/lib>;
./vim.nix
./binary-cache/nixos.nix
];
programs.command-not-found.enable = false;
nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name);
krebs = {
enable = true;
@ -22,7 +22,7 @@ with import <stockholm/lib>;
user = config.krebs.users.makefu;
source = let
inherit (config.krebs.build) host user;
ref = "2982661"; # unstable @ 2017-03-31 + cups-dymo + snapraid-11.1
ref = "4fac473"; # unstable @ 2017-03-31 + command-not-found
in {
nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then
{