An open API service indexing awesome lists of open source software.

https://github.com/josh/nurpkgs

My Nix User Repository
https://github.com/josh/nurpkgs

nix nixpkgs nur

Last synced: 11 months ago
JSON representation

My Nix User Repository

Awesome Lists containing this project

README

          

# nurpkgs

My Nix User Repository. Mainly re-packaging other people's code hoping to get upstreamed at some point, but also some of my own personal packages.

## Outputs

`overlay.default`

```
$ nix repl .
> pkgs = import { overlays = [ overlays.default ]; }
> pkgs.nur.repos.josh
```

```nix
# NixOS or Home Manager module
{
nixpkgs.overlays = [
josh-nurpkgs.overlays.default
];
}
```