diff options
author | tv <tv@krebsco.de> | 2017-04-11 12:51:15 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-11 12:51:15 +0200 |
commit | 953871d736f801aeb6640f2c1a6f7d1d1ac2a044 (patch) | |
tree | 069036e73518b63dea8556a46e1fc9e449f6453b /tv/2configs/default.nix | |
parent | c78dedb2ac5748f3b2d4f923cec4e0bec4bba2b1 (diff) |
tv nixpkgs: 9626bc7d -> 69d90619
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r-- | tv/2configs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 4e3d722..618dcdc 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -14,7 +14,7 @@ with import <stockholm/lib>; stockholm.file = "/home/tv/stockholm"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs; - ref = "9626bc7db7690fdbd26e83403a627057a7a0a89d"; # nixos-17.03 + ref = "69d9061908162bd973fcf34d0fc6dc9d9f8cf9ed"; # nixos-17.03 }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |