Extest is in nixpkgs now, let's use that option instead
This commit is contained in:
parent
6d32697a65
commit
d11c042bc8
5 changed files with 14 additions and 71 deletions
|
@ -4,9 +4,9 @@
|
|||
# You can change versions, add patches, set compilation flags, anything really.
|
||||
# https://nixos.wiki/wiki/Overlays
|
||||
modifications = final: prev: {
|
||||
steam = prev.steam.override {
|
||||
extraProfile = ''export LD_PRELOAD=${inputs.extest}/lib/libextest.so:$LD_PRELOAD'';
|
||||
};
|
||||
# steam = prev.steam.override {
|
||||
# extraProfile = ''export LD_PRELOAD=${inputs.extest}/lib/libextest.so:$LD_PRELOAD'';
|
||||
# };
|
||||
};
|
||||
|
||||
# This one brings our custom packages from the 'pkgs' directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue