Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josh/nurpkgs

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

nix nixpkgs nur

Last synced: 16 days 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.

## 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
];
}
```