cmd/fpkg: rename buildPackage file
All checks were successful
Test / Create distribution (push) Successful in 26s
Test / Run NixOS test (push) Successful in 50s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-02-21 18:13:34 +09:00
parent 4fa1e97026
commit eb0c16dd8c
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
{
lib,
writeScript,
writeScriptBin,
runtimeShell,
writeText,
symlinkJoin,
@ -177,7 +178,7 @@ let
};
in
writeScript "fortify-${pname}-bundle-prelude" ''
writeScriptBin "build-fpkg-${pname}" ''
#!${runtimeShell} -el
OUT="$(mktemp -d)"
TAR="$(mktemp -u)"

View File

@ -32,7 +32,7 @@
buildPackage = forAllSystems (
system:
nixpkgsFor.${system}.callPackage (
import ./bundle.nix {
import ./cmd/fpkg/build.nix {
inherit
nixpkgsFor
system