This commit is contained in:
LavaDesu 2021-06-28 11:05:28 +07:00
parent 264b62ca6a
commit bd0c58c121
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
with:
name: lava
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L .#linux-lava
- run: nix build -L .#linux_lava
linux_tkg:
name: Build Linux-tkg

View file

@ -18,9 +18,9 @@
, tickless ? 2
, enableAnbox ? false
, bcachefs ? false
, futex2 ? true
, winesync ? true
, bcachefs ? (version == "5.10" || version == "5.12")
, futex2 ? (lib.versionAtLeast version "5.10")
, winesync ? (lib.versionAtLeast version "5.12")
, irqThreading ? false
, randomTrustCPU ? false
, smtNice ? true