summaryrefslogtreecommitdiffstats
path: root/lass/1systems/green/source.nix
blob: 48499c9dbc4b977648dc6b82e95267cdaf3ed20f (plain)
1
2
3
4
5
{ lib, pkgs, ... }:
{
  nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
  nixpkgs.git.shallow = true;
}