Rename non-broken
This commit is contained in:
parent
1110dde8dc
commit
f751ec55c7
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ install:
|
|||
- travis_retry nix-channel --update
|
||||
|
||||
script:
|
||||
- outs=$(nix-build non-broken.nix) && echo Produced $outs
|
||||
- outs=$(nix-build buildable.nix) && echo Produced $outs
|
||||
- nix eval -f default.nix 'lib'
|
||||
- nix eval -f default.nix 'modules'
|
||||
- nix eval -f default.nix 'overlays'
|
||||
|
|
Loading…
Reference in a new issue