diff options
author | makefu <github@syntax-fehler.de> | 2017-03-31 13:39:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-03-31 13:39:13 +0200 |
commit | f9555d014ac6c87cd5a361765728f611b0c30c32 (patch) | |
tree | 749ac46e80da176f5b8a38d132df0cbce57abc68 /makefu/2configs | |
parent | 1d1b113465878e69f3511e1092f4ec2ff592502c (diff) |
m 2 default: use cups-dymo patch
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index 6d5a2f688..2f340a678 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -22,7 +22,7 @@ with import <stockholm/lib>; user = config.krebs.users.makefu; source = let inherit (config.krebs.build) host user; - ref = "73a6832"; # unstable @ 2017-03-24 + ref = "3ff00fa"; # unstable @ 2017-03-31 + cups-dymo in { nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then { |