krops.nix: rm nixpkgs-unstable

This commit is contained in:
Astro 2021-02-21 23:43:57 +01:00
parent ea5c17bd6a
commit fb0e2724a9
4 changed files with 1 additions and 2330 deletions

View File

@ -11,10 +11,6 @@ let
ref = "origin/${nixos-branch}";
url = "https://github.com/NixOS/nixpkgs.git";
};
nixpkgs-unstable.git = {
ref = "origin/master";
url = "https://github.com/NixOS/nixpkgs.git";
};
nixos-config.file = toString (./hosts + "/${path}/configuration.nix");
this-host.file = toString (./hosts + "/${path}");
lib.file = toString ./lib;

View File

@ -261,7 +261,7 @@ in {
hydraJobUri =
"https://hydra.hq.c3d2.de/job/c3d2/hail/${config.networking.hostName}-activator ";
# pad the end so the URL doesn't break when systemshit puts a ; on the end
package = (import <nixpkgs-unstable> { }).haskellPackages.hail;
package = pkgs.haskellPackages.hail;
# Only builds > 19.09
};

File diff suppressed because it is too large Load Diff