diff options
author | tv <tv@krebsco.de> | 2017-04-19 10:06:26 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-19 10:06:26 +0200 |
commit | 7275d56742c232b558827ea7549dda0e388410bf (patch) | |
tree | c3d9e2b8ae47e2b09def6bcc55a1ba99991ab7ad /tv | |
parent | ccc22c65c7841e804b594a70e98d6832326a8af9 (diff) |
tv nixpkgs: b647a67 -> 67c6638
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 ede73f4e5..fd8bafe05 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 = "b647a67dfee066b75d2f54b789f7646016662071"; # nixos-17.03 + ref = "67c6638b089a5766435e07057ff73b35c82440cc"; # nixos-17.03 }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |