nix-config/system/shared/nixpkgs.nix

6 lines
87 B
Nix
Raw Normal View History

2023-05-03 22:19:59 +01:00
{}: {
config = { allowUnfree = true; };
overlays = [ (import ./overlays.nix) ];
}