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:
|
with:
|
||||||
name: lava
|
name: lava
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build -L .#linux-lava
|
- run: nix build -L .#linux_lava
|
||||||
|
|
||||||
linux_tkg:
|
linux_tkg:
|
||||||
name: Build Linux-tkg
|
name: Build Linux-tkg
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,9 @@
|
||||||
, tickless ? 2
|
, tickless ? 2
|
||||||
|
|
||||||
, enableAnbox ? false
|
, enableAnbox ? false
|
||||||
, bcachefs ? false
|
, bcachefs ? (version == "5.10" || version == "5.12")
|
||||||
, futex2 ? true
|
, futex2 ? (lib.versionAtLeast version "5.10")
|
||||||
, winesync ? true
|
, winesync ? (lib.versionAtLeast version "5.12")
|
||||||
, irqThreading ? false
|
, irqThreading ? false
|
||||||
, randomTrustCPU ? false
|
, randomTrustCPU ? false
|
||||||
, smtNice ? true
|
, smtNice ? true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue