Add lib to lutris
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m5s
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m5s
This commit is contained in:
parent
152d6cac86
commit
b8fe7f34af
@ -34,7 +34,6 @@ in
|
||||
kubectl
|
||||
lazygit
|
||||
lf
|
||||
lutris
|
||||
ncdu
|
||||
nvd
|
||||
nurl
|
||||
@ -128,5 +127,10 @@ in
|
||||
path = "${pkgs.grafana-loki}/bin/logcli";
|
||||
}
|
||||
])
|
||||
(lutris.override {
|
||||
extraLibraries = pkgs: [
|
||||
nspr
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user