Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit d649c1a

Browse files
committed
delete build.nix and the nix tests
From what I have seen from other projects, they do not maintain a `build.nix` file themselves, nor do they test specifically with `nix`. I believe this should be under the purview of the `nix` maintainers. I do not know enough about `nix`'s packaging system to reliably maintain this. Furthermore, it has been poluting our CI for a while, since it takes much longer to run than the other tests. If there is ever any problem building in `nix`, we can fix that as it comes up. Alternatively, if someone else wishes to create an automatic CI test for `nix`, go ahead. But I am simply turning it off again the moment it stops working and I can't fix it within an hour.
1 parent 97ef589 commit d649c1a

File tree

4 files changed

+2
-76
lines changed

4 files changed

+2
-76
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jobs:
1414
uses: ./.github/workflows/dependencies.yml
1515
test:
1616
uses: ./.github/workflows/test.yml
17-
nix-tests:
18-
uses: ./.github/workflows/nix-tests.yml

.github/workflows/nix-tests.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

build.nix

Lines changed: 0 additions & 57 deletions
This file was deleted.

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
pkg-config,
4242
lz4,
4343
libxkbcommon,
44+
wayland,
45+
wayland-protocols,
4446
swww,
4547
}:
4648
mkShell {

0 commit comments

Comments
 (0)