workflows/eval-aliases: remove unused args

Those are already set by cachix/install-nix-action.
This commit is contained in:
Wolfgang Walther 2025-05-13 21:15:18 +02:00
parent 01900de145
commit 3039dc2000
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -29,7 +29,7 @@ jobs:
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
run: nix flake check --all-systems --no-build ./nixpkgs
- name: Query nixpkgs with aliases enabled to check for basic syntax errors
run: |