l green.r: make source.nix ci compatible
This commit is contained in:
parent
d1a55f8876
commit
ddac84e9e6
|
@ -1,5 +1,4 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
{ lib, pkgs, test, ... }:
|
||||
if test then {
|
||||
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
|
||||
nixpkgs.git.shallow = true;
|
||||
}
|
||||
} else {}
|
||||
|
|
Loading…
Reference in a new issue