File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 extra_nix_config : sandbox = true
4949
50- - name : Ensure flake outputs on all systems still evaluate
51- run : nix --experimental-features 'nix-command flakes' flake check --all-systems --no-build
52-
5350 - name : Evaluate the list of all attributes and get the systems matrix
5451 id : systems
5552 run : |
7875 with :
7976 extra_nix_config : sandbox = true
8077
78+ - name : Ensure flake outputs on all systems still evaluate
79+ run : nix --experimental-features 'nix-command flakes' flake check --all-systems --no-build
80+
8181 - name : Query nixpkgs with aliases enabled to check for basic syntax errors
8282 run : |
8383 time nix-env -I ./nixpkgs -f ./nixpkgs -qa '*' --option restrict-eval true --option allow-import-from-derivation false >/dev/null
You can’t perform that action at this time.
0 commit comments