Skip to content

Commit 4d9e7ed

Browse files
committed
let's try nix-os again
1 parent d265eb2 commit 4d9e7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
extra_nix_config: |
1313
experimental-features = nix-command flakes
1414
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
15-
- run: nix-env -i wayland-client wayland-protocols
1615
- run: nix flake show
16+
- run: nix-env -i nixpkgs#wayland nixpkgs#wayland-protocols
1717
- run: nix flake check --print-build-logs
1818
- run: nix build --print-build-logs

0 commit comments

Comments
 (0)