Files
nix-flake-lib/packages/release/release.nix
2026-03-15 16:31:32 +01:00

17 lines
274 B
Nix

{
nixpkgs,
treefmt-nix,
lefthookNix,
releaseScriptPath ? ./release.sh,
shellHookTemplatePath ? ../repo-lib/shell-hook.sh,
}:
import ../repo-lib/lib.nix {
inherit
nixpkgs
treefmt-nix
lefthookNix
releaseScriptPath
shellHookTemplatePath
;
}