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.
- Host: GitHub
- URL: https://github.com/boxdot/nix-bootstrap
- Owner: boxdot
- Created: 2015-10-16T18:06:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T18:00:28.000Z (almost 7 years ago)
- Last Synced: 2025-02-04T15:48:40.986Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.