Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psibi/sibi-nix
My nixpkgs
https://github.com/psibi/sibi-nix
Last synced: 13 days ago
JSON representation
My nixpkgs
- Host: GitHub
- URL: https://github.com/psibi/sibi-nix
- Owner: psibi
- Created: 2015-12-05T19:26:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T19:27:23.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T23:59:55.740Z (about 1 month ago)
- Language: C
- Size: 429 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Private nix collection
-----------------------Some hints:
* For getting md5 hash of a local directory
`nix-prefetch-url --type md5 file:///home/sibi/sibi-nix/pkgs/hello-src`
* For building custom package from this repository
`nix-build custom-packages.nix -A hello-src`
* For entering into the build environment
`nix-shell custom-packages.nix -A hello-src`
For debugging error, see
[manual](https://nixos.org/nix/manual/#sec-debug-build).-------------------
To see how local package is developed, see the example of `hello-src`
package.Command for entering `nix-env` build environment:
`nix-shell custom-packages.nix -A sibiGHC `
(Note that `nix-build --run-env` has been renamed to `nix-shell`).