Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
My Nix User Repository
- Host: GitHub
- URL: https://github.com/josh/nurpkgs
- Owner: josh
- License: mit
- Created: 2024-10-16T18:00:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:02:03.000Z (2 months ago)
- Last Synced: 2024-10-30T02:52:23.560Z (2 months ago)
- Topics: nix, nixpkgs, nur
- Language: Nix
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
];
}
```