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

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

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.