feat(users/Profpatsch): add script for randomly evaling nixpkgs
Running this after a codified refactor acts as a good smoke test, if a big subset of packages is broken or any central packages are broken, this should find them quite quickly, thanks to randomness™. Just let it run for a few minutes and check the errors that pop up. Change-Id: I1505dd31ca25b29254474a15cd6cb71d9743038a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2346 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
parent
2f807d7f14
commit
04f91b5957
3 changed files with 37 additions and 6 deletions
2
third_party/nixpkgs-exposed.nix
vendored
2
third_party/nixpkgs-exposed.nix
vendored
|
|
@ -45,6 +45,7 @@
|
|||
fetchgit
|
||||
fetchurl
|
||||
fetchzip
|
||||
findutils
|
||||
fira
|
||||
fira-code
|
||||
fira-mono
|
||||
|
|
@ -54,6 +55,7 @@
|
|||
gettext
|
||||
glibc
|
||||
gmock
|
||||
gnused
|
||||
gnutar
|
||||
google-cloud-sdk
|
||||
graphviz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue