m 2 default: rev -> ref

This commit is contained in:
makefu 2016-07-18 12:20:18 +02:00
parent 33c96a89c5
commit 1c931a1f45
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -25,7 +25,7 @@ with config.krebs.lib;
source = let inherit (config.krebs.build) host user; in {
nixpkgs.git = {
url = https://github.com/nixos/nixpkgs;
rev = "0546a4a"; # stable @ 2016-06-11
ref = "0546a4a"; # stable @ 2016-06-11
};
secrets.file =
if getEnv "dummy_secrets" == "true"