diff options
author | lassulus <lass@lassul.us> | 2017-04-30 18:31:11 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-04-30 18:31:11 +0200 |
commit | c5b1857384e220b9c12f9976e33b0c93c195a90e (patch) | |
tree | 9dd1ff1efee7c61b5772f04e4d49f67a7f5c4dc5 /tv/2configs/default.nix | |
parent | 22f019bada5fe9b688b343093a8da15be8787315 (diff) | |
parent | ca2c22601fcfc0e618bb3cc73fb6c67ac03087ea (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/default.nix')
-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 fd8bafe05..d16ff4eb5 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"; |