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 | b2303e081fb1ccc9a0b88f538736045fb2fba14f (patch) | |
tree | d9f318d8844f479481c03c680632e008a5e31737 /tv/1systems | |
parent | cb264dfb9119de4fb6d081171473e4276cdbb9d5 (diff) |
cd: use default upstream-nixpkgs
Diffstat (limited to 'tv/1systems')
-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 |