feat: merge wrapped packages into root

This commit is contained in:
Kat Inskip 2024-10-25 13:47:50 -04:00
parent 18845f9f3f
commit 9c34345ee3
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 29 additions and 4 deletions

View file

@ -10,6 +10,7 @@
inherit (inputs.std.lib) string list set;
packages = inputs.self.packages.${system};
inherit (inputs.self.legacyPackages.${system}) pkgs;
inherit (import ../ci/nix.nix) ci;
nf-generate = pkgs.writeShellScriptBin "nf-generate" ''
${exports}
export PATH="$PATH:${makeBinPath [pkgs.jq]}"