chore(systems/fuji-wsl): aac is dead, long live opus
This commit is contained in:
parent
3c0a788bb8
commit
016ea7e975
1 changed files with 1 additions and 10 deletions
|
@ -22,6 +22,7 @@ in
|
|||
sessionVariables.LD_LIBRARY_PATH = [ "/run/opengl-driver/lib" ];
|
||||
systemPackages = [
|
||||
(pkgs.writeShellScriptBin "neovide" ''/bin/neovide-unwrapped --wsl "$@" &'')
|
||||
pkgs.parallel
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -63,14 +64,4 @@ in
|
|||
enableTCPIP = true;
|
||||
};
|
||||
};
|
||||
|
||||
system.replaceDependencies = {
|
||||
cutoffPackages = lib.mkForce [ ]; # wsl does not have a ramdisk
|
||||
replacements = [
|
||||
{
|
||||
oldDependency = pkgs.ffmpeg-full;
|
||||
newDependency = pkgs.ffmpeg-full.override { withUnfree = true; };
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue