diff options
author | tv <tv@krebsco.de> | 2017-04-17 13:46:38 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-04-18 21:14:55 +0200 |
commit | 0efdaf3a2d66a6166b135818748bd1da5e32ab12 (patch) | |
tree | fdbee0f17fc239d7eb1b6478520e75b0efa33301 /tv | |
parent | a773c4c1db47312f5bc8b564b870a826e3bff5fc (diff) |
tv nixpkgs: 76c6313 -> b647a67
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 8d7ed2b4f..ede73f4e5 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 = "76c63133c5310d362c7c23157616b263db9a9510"; # nixos-17.03 + ref = "b647a67dfee066b75d2f54b789f7646016662071"; # nixos-17.03 }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |