mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
workflows/eval-aliases: remove unused args
Those are already set by cachix/install-nix-action.
This commit is contained in:
parent
01900de145
commit
3039dc2000
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eval-aliases.yml
vendored
2
.github/workflows/eval-aliases.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue