diff options
author | Profpatsch <mail@profpatsch.de> | 2021-01-10T20·41+0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2021-01-11T08·58+0000 |
commit | 04f91b59575ede2b230c3f563cc163c6014275e0 (patch) | |
tree | 61cbf735953a1db47f274bea656e0d46d563d315 /third_party | |
parent | 2f807d7f141068d2d60676a89213eaa5353ca6e0 (diff) |
feat(users/Profpatsch): add script for randomly evaling nixpkgs r/2071
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>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nixpkgs-exposed.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/nixpkgs-exposed.nix b/third_party/nixpkgs-exposed.nix index 0a61ad89ee63..07887ea96c48 100644 --- a/third_party/nixpkgs-exposed.nix +++ b/third_party/nixpkgs-exposed.nix @@ -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 |