diff options
| -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 e42d5750a..8297a56df 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 | 
