undo one of my oopsie
This commit is contained in:
parent
d52dc9f7b1
commit
62dbff650a
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -73,5 +73,5 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
sandboxed-firefox-esr.config.script;
|
||||
sandboxed-firefox-esr.config.env;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue