stockholm/lass/1systems/green/source.nix
2020-11-26 20:42:20 +01:00

6 lines
113 B
Nix

{ lib, pkgs, ... }:
{
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
nixpkgs.git.shallow = true;
}