diff options
author | tv <tv@krebsco.de> | 2017-04-04 12:35:30 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-04 12:35:30 +0200 |
commit | c78dedb2ac5748f3b2d4f923cec4e0bec4bba2b1 (patch) | |
tree | 38260000d1bf2a430870b60b915fed9307d1c99f /tv/2configs | |
parent | 1b3a16b02a33bd154996b289fbe224425efd4e5b (diff) |
tv nixpkgs: e840e05 -> 9626bc7d
Diffstat (limited to 'tv/2configs')
-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 2f4e90e..4e3d722 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 = "e840e05425d00c7432d6169013cfe7ef84427009"; # nixos-17.03 + ref = "9626bc7db7690fdbd26e83403a627057a7a0a89d"; # nixos-17.03 }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |