Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 62dbff650a - Show all commits

View file

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

View file

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