diff options
author | tv <tv@krebsco.de> | 2017-10-03 21:37:13 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-10-03 21:37:13 +0200 |
commit | b7b7ee5d5227402bea5c6a802f11dcfefe5c234a (patch) | |
tree | 03d725aff1df0dd3a6beb577b4850ed51bdb7ff1 /mv | |
parent | a41a30d709ae7bacb7d89c21dd11afa610648972 (diff) |
mv stro nixpkgs: 17.03 -> 17.09
Diffstat (limited to 'mv')
-rw-r--r-- | mv/source.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mv/source.nix b/mv/source.nix index 5dea13e73..2fa53a13e 100644 --- a/mv/source.nix +++ b/mv/source.nix @@ -9,8 +9,8 @@ in { nixos-config.symlink = "stockholm/mv/1systems/${name}/config.nix"; nixpkgs.git = { - # nixos-17.03 - ref = mkDefault "3d04a557b72aa0987d9bf079e1445280b6bfd907"; + # nixos-17.09 + ref = mkDefault "d0f0657ca06cc8cb239cb94f430b53bcdf755887"; url = https://github.com/NixOS/nixpkgs; }; secrets.file = getAttr builder { |