that did not work
This commit is contained in:
parent
e86fb7120d
commit
50dd03499c
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
{ pkgs, ... }: final: prev: {
|
||||
firefox-esr = let
|
||||
cleanPkgs = import pkgs.path {};
|
||||
sandboxed-firefox-esr = cleanPkgs.mkNixPak {
|
||||
sandboxed-firefox-esr = pkgs.mkNixPak {
|
||||
config = { sloth, ... }: {
|
||||
app.package = pkgs.firefox-esr;
|
||||
app.binPath = "bin/firefox-esr";
|
||||
|
|
Loading…
Add table
Reference in a new issue