diff options
author | Markus Hihn <markus.hihn@dcso.de> | 2018-01-09 11:16:43 +0100 |
---|---|---|
committer | Markus Hihn <markus.hihn@dcso.de> | 2018-01-09 11:16:43 +0100 |
commit | 0147d7faa10613341ea28065725a2ce435685396 (patch) | |
tree | 0a4f3584aa74905429066c7d21baab7d0eab003a /jeschli/source.nix | |
parent | aef0ce1766723a593c3788ce060853bfb86a1e9d (diff) |
jeschli: meltdown fix
Diffstat (limited to 'jeschli/source.nix')
-rw-r--r-- | jeschli/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jeschli/source.nix b/jeschli/source.nix index ae9e1e7..382dd61 100644 --- a/jeschli/source.nix +++ b/jeschli/source.nix @@ -10,7 +10,7 @@ in nixos-config.symlink = "stockholm/jeschli/1systems/${name}/config.nix"; nixpkgs.git = { url = https://github.com/nixos/nixpkgs; - ref = "d83c808"; + ref = "0653b73"; }; secrets.file = getAttr builder { buildbot = toString <stockholm/jeschli/2configs/tests/dummy-secrets>; |