We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d265eb2 commit 4d9e7edCopy full SHA for 4d9e7ed
.github/workflows/nix-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
extra_nix_config: |
13
experimental-features = nix-command flakes
14
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
15
- - run: nix-env -i wayland-client wayland-protocols
16
- run: nix flake show
+ - run: nix-env -i nixpkgs#wayland nixpkgs#wayland-protocols
17
- run: nix flake check --print-build-logs
18
- run: nix build --print-build-logs
0 commit comments