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 | 6edf616847178eaa4bed454f2c2fc7687fd78838 (patch) | |
tree | 6dc7e055cf6c07de67ab6da7935df8bb790ee0af /tv | |
parent | 13d6c9a9b40c393fe5c4e5075d2abbe162253f04 (diff) |
tv nixpkgs: 9626bc7d -> 69d90619
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 4e3d72216..618dcdccb 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"; |