fuji: temporary switch to lts kernel for hinge detect issue
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.symlinkJoin {
|
||||
name = "firefox-no-scudo";
|
||||
paths = [ pkgs.firefox ];
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/firefox --unset LD_PRELOAD
|
||||
'';
|
||||
meta.mainProgram = "firefox";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user