diff options
author | jeschli <jeschli@gmail.com> | 2018-03-20 15:17:36 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-03-20 15:17:36 +0100 |
commit | 390375cd8a0c745eb6b4df93f3f6f3e5f2985c90 (patch) | |
tree | 79f810caea1d0b59d3c88ab95cfb97328718d305 /jeschli/source.nix | |
parent | ffc294575cb59585c3bfb6b85fa45fb69cdf1d41 (diff) |
j: dirty merge again
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 382dd61bc..d5cc32a9f 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 = "0653b73"; + ref = "395fe7f"; }; secrets.file = getAttr builder { buildbot = toString <stockholm/jeschli/2configs/tests/dummy-secrets>; |