diff options
author | tv <tv@krebsco.de> | 2017-03-02 19:42:44 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-03-02 19:42:44 +0100 |
commit | d780569d78a28ec4fb2722a699cedc6839406009 (patch) | |
tree | daaa99ce88bbe52b2cac54382c056eb92c1ad52c /tv | |
parent | b170e01ec8e5427d39a71a760b5252de532459a9 (diff) |
tv nixpkgs: 5d03aab -> 53a2baa
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 dc26a6c6f..1d3ee3980 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 = "5d03aab044970e72a9c6cb07dab734c9c2a391e4"; + ref = "53a2baa"; # nixos-unstable (17.03-rc) }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |