mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Add nix-repl as release blocker
This would have blocked the channel in recent curl bump.
This commit is contained in:
parent
d6528a1b7f
commit
1664279f0e
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ let
|
|||
jobs.python3.x86_64-linux
|
||||
jobs.python3.i686-linux
|
||||
jobs.python3.x86_64-darwin
|
||||
# Many developers use nix-repl
|
||||
jobs.nix-repl.x86_64-linux
|
||||
jobs.nix-repl.i686-linux
|
||||
jobs.nix-repl.x86_64-darwin
|
||||
# Needed by travis-ci to test PRs
|
||||
jobs.nox.i686-linux
|
||||
jobs.nox.x86_64-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue