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

6 lines
113 B
Nix
Raw Normal View History

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