diff options
author | nin <nin@c-base.org> | 2018-01-11 23:03:10 +0100 |
---|---|---|
committer | nin <nin@c-base.org> | 2018-01-11 23:03:10 +0100 |
commit | 3ee37b596f64f01865cd3f7f9c32e75cebae9fae (patch) | |
tree | fad1dedf3605b14b82584d65b4a062568cb14ea7 /mv | |
parent | 9c6c3a99efecadd011052c34257db5fe9d604cb3 (diff) | |
parent | ff1f2c25af32e6c7370af6871de39af9fba872d3 (diff) |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'mv')
-rw-r--r-- | mv/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mv/source.nix b/mv/source.nix index 2fa53a1..5f6b2fe 100644 --- a/mv/source.nix +++ b/mv/source.nix @@ -10,7 +10,7 @@ in nixos-config.symlink = "stockholm/mv/1systems/${name}/config.nix"; nixpkgs.git = { # nixos-17.09 - ref = mkDefault "d0f0657ca06cc8cb239cb94f430b53bcdf755887"; + ref = mkDefault "0653b73bf61f3a23d28c38ab7e9c69a318d433de"; url = https://github.com/NixOS/nixpkgs; }; secrets.file = getAttr builder { |