Unverified Commit 3039dc20 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/eval-aliases: remove unused args

Those are already set by cachix/install-nix-action.
parent 01900de1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: |