Skip to content

jonringer/nix-test-staging-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

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.

About

Nix file used to validate `staging-next` in Nixpkgs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages