Loading .github/workflows/eval-aliases.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
.github/workflows/eval-aliases.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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