mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: merge wrapped packages into root
This commit is contained in:
parent
18845f9f3f
commit
9c34345ee3
5 changed files with 29 additions and 4 deletions
|
|
@ -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]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue