diff options
author | tv <tv@krebsco.de> | 2017-04-13 11:28:28 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-13 11:28:28 +0200 |
commit | dc262fc62829816e2ec0d5683b4af7c70351aa1a (patch) | |
tree | 4888e7e6b0d39851bf9d1f22761e3bd2d02c8ffe /tv | |
parent | f8bc215a106400f136754a22db88e3ebd283abbd (diff) |
tv nixpkgs: 33bd699 -> 7ad99e9
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 d070273..8125a27 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 = "33bd699008c8cb3d92a379de99aa1c65e6b1f8d1"; # nixos-17.03 + ref = "7ad99e9fc8c1977f4d51ba8531386fce7276d300"; # nixos-17.03 }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |