l green.r: make source.nix ci compatible

This commit is contained in:
lassulus 2021-10-23 21:53:26 +02:00
parent d1a55f8876
commit ddac84e9e6

View File

@ -1,5 +1,4 @@
{ lib, pkgs, ... }:
{
{ lib, pkgs, test, ... }:
if test then {
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
nixpkgs.git.shallow = true;
}
} else {}