From eb0c16dd8cd4d353e34e73453190cb41bd4aebb3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 21 Feb 2025 18:13:34 +0900 Subject: cmd/fpkg: rename buildPackage file Signed-off-by: Ophestra --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e306bcf4..c87f0049 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ buildPackage = forAllSystems ( system: nixpkgsFor.${system}.callPackage ( - import ./bundle.nix { + import ./cmd/fpkg/build.nix { inherit nixpkgsFor system -- cgit v1.3.1