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

https://github.com/boxdot/nix-bootstrap

Minimal repository for maintaining private collection of nix packages.
https://github.com/boxdot/nix-bootstrap

Last synced: about 1 year ago
JSON representation

Minimal repository for maintaining private collection of nix packages.

Awesome Lists containing this project

README

          

# nix-bootstrap

This is a minimal directory structure to maintain a custom collection of nix packages. Packages are placed in the directory `pkgs`, and are declared in `overlay.nix` file.

To build the package `hi` run:
```
nix-build -A hi
```

To install `hi` run:
```
nix-env -f default.nix -i hi
```

## License

The content of this repository is Public Domain.