that did not work

This commit is contained in:
caem 2025-01-24 17:32:17 +01:00
parent e86fb7120d
commit 50dd03499c
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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";