2940e7c5fb5790e37f7d956990963afe7625d38e
				
			
			
		
	Sometime recently Porkbun changed their basename. > Please note that porkbun.com is no longer supported as the hostname for our API. Please use api.porkbun.com as the correct hostname moving forward.
nur-packages
My personal NUR repository
Using
Using packages is easier through the combined NUR flake.
# flake.nix
{
  inputs = {
    xeals.url = "git+https://git.xeal.me/xeals/nur-packages"; # Direct
    xeals.url = "github:xeals/nur-packages"; # GitHub mirror
  };
  
  outputs = { nixpkgs, xeals, ... }: {
    nixosConfigurations.foo = nixpkgs.lib.nixosSystem {
      modules = [
        xeals.nixosModules.betanin
      ];
    };
  };
}
					Languages
				
				
								
								
									Nix
								
								82.4%
							
						
							
								
								
									Python
								
								17.6%