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 | 13d6c9a9b40c393fe5c4e5075d2abbe162253f04 (patch) | |
tree | 28d5cd3aca618c9d84f22994215f57f26736f748 /tv | |
parent | 7dcc3a5afba1817d74c092fac2b68c578e98b621 (diff) |
tv nixpkgs: e840e05 -> 9626bc7d
Diffstat (limited to 'tv')
-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 2f4e90e7d..4e3d72216 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"; |