Add lib to lutris
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m5s

This commit is contained in:
Torjus Håkestad 2025-02-07 15:01:04 +01:00
parent 152d6cac86
commit b8fe7f34af
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -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
];
})
];
}