workflows/eval-aliases: remove unused args

Those are already set by cachix/install-nix-action.

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/eval-aliases.yml
···
extra_nix_config: sandbox = true
- name: Ensure flake outputs on all systems still evaluate
-
run: nix --experimental-features 'nix-command flakes' flake check --all-systems --no-build ./nixpkgs
- name: Query nixpkgs with aliases enabled to check for basic syntax errors
run: |
···
extra_nix_config: sandbox = true
- name: Ensure flake outputs on all systems still evaluate
+
run: nix flake check --all-systems --no-build ./nixpkgs
- name: Query nixpkgs with aliases enabled to check for basic syntax errors
run: |