diff options
author | tv <tv@krebsco.de> | 2018-05-08 19:25:59 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-05-08 19:25:59 +0200 |
commit | f74a1e121dfc69dfca92c1e83c3abcc20c81b5a8 (patch) | |
tree | 27f9b94e4733b232844d9f2a352f7d380ea45fb7 | |
parent | 1f6270da038fe0142c4bc5e8f92386c1ed000bc7 (diff) |
tv nixpkgs: 53e6d67 -> 7cbf6ca
-rw-r--r-- | tv/source.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/source.nix b/tv/source.nix index e5e5e04..14527d9 100644 --- a/tv/source.nix +++ b/tv/source.nix @@ -16,8 +16,7 @@ in { nixos-config.symlink = "stockholm/tv/1systems/${name}/config.nix"; nixpkgs.git = { - # nixos-17.09 - ref = mkDefault "53e6d671a9662922080635482b7e1c418d2cdc72"; + ref = mkDefault "7cbf6ca1c84dfc917c1a99524e082fb677501844"; url = https://github.com/NixOS/nixpkgs; }; secrets.file = getAttr builder { |