chore: fix CI to make all checks green

- define a nix default package
- try to fix CI
- fix/improve (?) CI even more (??)
This commit is contained in:
aviac
2025-10-21 19:17:55 +02:00
committed by Jade Ellis
parent fed808a3c6
commit 9a887ac04b
3 changed files with 27 additions and 8 deletions
+6
View File
@@ -6,4 +6,10 @@
./rust.nix
./uwulib
];
perSystem =
{ self', ... }:
{
packages.default = self'.packages.continuwuity-default-bin;
};
}
+1
View File
@@ -3,6 +3,7 @@
perSystem =
{
system,
lib,
...
}:
{