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 | 46d7db08b641beaba976fcd163f6b57dddeeb210 (patch) | |
| tree | 8bda3973e9908a4a67c230aa67120100d160fe23 /mv | |
| parent | 8bec6d5410c2c7f7a3652f3caf62f6441cbedd64 (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 5dea13e..2fa53a1 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 { | 
