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:
2025-02-21 18:13:34 +09:00
parent 4fa1e97026
commit eb0c16dd8c
2 changed files with 3 additions and 2 deletions

View File

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