more fix
This commit is contained in:
parent
264b62ca6a
commit
bd0c58c121
2 changed files with 4 additions and 4 deletions
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue