diff options
author | tv <tv@krebsco.de> | 2016-02-05 15:18:28 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-05 15:39:08 +0100 |
commit | 9ffb2db456f10ba8de605c7947641d9e1c92ae10 (patch) | |
tree | e4e6f6b5d976ce90c5120de3d8c0a48946613aff | |
parent | d3b462c97b814c37677308ded38c1d79bc26ba5c (diff) |
cd: use default upstream-nixpkgs
-rw-r--r-- | tv/1systems/cd.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index e42d575..8297a56 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -6,11 +6,6 @@ with lib; krebs.build.host = config.krebs.hosts.cd; krebs.build.target = "root@cd.internet"; - krebs.build.source.upstream-nixpkgs = { - url = https://github.com/NixOS/nixpkgs; - rev = "b7ff030"; - }; - imports = [ ../2configs/hw/CAC-Developer-2.nix ../2configs/fs/CAC-CentOS-7-64bit.nix |