stockholm/lass/1systems/green/source.nix

6 lines
113 B
Nix
Raw Normal View History

2019-04-07 19:35:34 +02:00
{ lib, pkgs, ... }:
{
2020-11-26 20:42:20 +01:00
nixpkgs-unstable = lib.mkForce { file = "/var/empty"; };
nixpkgs.git.shallow = true;
2019-04-07 19:35:34 +02:00
}