nix-config/system/shared/nixpkgs.nix

5 lines
87 B
Nix

{}: {
config = { allowUnfree = true; };
overlays = [ (import ./overlays.nix) ];
}