l blue.r: don't delete nixpkgs-unstable in ci

This commit is contained in:
lassulus 2021-10-23 22:02:15 +02:00
parent ddac84e9e6
commit bd8baec395

View file

@ -1,5 +1,5 @@
{ lib, pkgs, test, ... }:
{
if test then {
nixpkgs = lib.mkIf (! test) (lib.mkForce {
file = {
path = toString (pkgs.fetchFromGitHub {
@ -14,4 +14,4 @@
nixpkgs-unstable = lib.mkForce {
file.path = "/var/empty";
};
}
} else {}