undo one of my oopsie

This commit is contained in:
caem 2025-01-24 18:48:25 +01:00
parent d52dc9f7b1
commit 62dbff650a
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ inputs, pkgs, lib, ... }: final: prev: {
{ inputs, lib, ... }: final: prev: {
mkNixPak = inputs.nixpak.lib.nixpak {
inherit (pkgs) lib;
inherit pkgs;
inherit (prev) lib;
inherit prev;
};
}

View file

@ -73,5 +73,5 @@
};
};
in
sandboxed-firefox-esr.config.script;
sandboxed-firefox-esr.config.env;
}