diff options
author | tv <tv@krebsco.de> | 2017-04-25 15:23:09 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-25 15:23:09 +0200 |
commit | 29906dedcb9237d736715d22dbb974703988653c (patch) | |
tree | 8d95aae291b8d8b8245c2cae0fa81a58498e4e5d /tv/2configs | |
parent | a85f13345641f10fe938f519b337eeccf2889a9e (diff) |
tv nixpkgs: 67c6638 -> 99dfb6d
Diffstat (limited to 'tv/2configs')
-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 fd8bafe..d16ff4e 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 = "67c6638b089a5766435e07057ff73b35c82440cc"; # nixos-17.03 + ref = "99dfb6dce37edcd1db7cb85c2db97089d9d5f442"; # nixos-17.03 }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; |