https://github.com/nix-community/nix-eval-jobs but patched to build with Lix
Find a file
adisbladis 434376f8e1
Remove outputs from JSON output
The output of the evaluator should only include either the full
derivation (not yet implemented) or fields not directly accessible
from the drv such as meta.

Right now the output is a fairly arbitrary selection of fields.
2021-08-26 18:48:56 -05:00
.github Update CI stable channel to 21.05 2021-08-25 14:01:17 -05:00
src Remove outputs from JSON output 2021-08-26 18:48:56 -05:00
tests Remove outputs from JSON output 2021-08-26 18:48:56 -05:00
.editorconfig Add editorconfig file 2021-08-25 13:58:43 -05:00
.gitignore Add editorconfig-checker 2021-08-25 13:58:43 -05:00
default.nix add ci configuration 2021-03-15 06:09:41 +01:00
flake.lock Bump nixpkgs / flake.lock 2021-08-24 19:30:55 -05:00
flake.nix Add build to flake checks 2021-08-25 14:06:20 -05:00
hydra.nix Set correct license in Nix expression 2021-08-24 18:23:49 -05:00
LICENSE.md Add editorconfig-checker 2021-08-25 13:58:43 -05:00
meson.build Rename project to nix-eval-jobs 2021-08-24 14:06:27 -05:00
README.md Rename project to nix-eval-jobs 2021-08-24 14:06:27 -05:00

nix-eval-jobs

Eval nix expressions from flakes (extracted from hydra)