nix-config/system/shared/nixpkgs.nix

7 lines
94 B
Nix

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