https://github.com/jonringer/nix-test-staging-next
Nix file used to validate `staging-next` in Nixpkgs
https://github.com/jonringer/nix-test-staging-next
Last synced: 4 months ago
JSON representation
Nix file used to validate `staging-next` in Nixpkgs
- Host: GitHub
- URL: https://github.com/jonringer/nix-test-staging-next
- Owner: jonringer
- License: cc0-1.0
- Created: 2021-02-28T20:45:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T18:21:24.000Z (over 3 years ago)
- Last Synced: 2025-04-12T03:14:45.489Z (about 1 year ago)
- Language: Nix
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nix-test-staging-next
Nix file used to validate `staging-next` in Nixpkgs
## How to Use
```
# Use a hard link, or else the `import ./. {}` will evaluate to symlink dest
ln -P $PWD/test-staging.nix /path/to/nixpkgs
cd /path/to/nixpkgs
nix build -f test-staging.nix --keep-going
# evalulate build failures
```
This is optimized for a "working on nixpkgs, but rarely changing packages to test" workflow. Feel free to change any of the code as you see fit.