From e57a0e9bf23f18ba374016bc36bfeb8a77f736d9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 29 Dec 2024 14:35:37 +0900 Subject: [PATCH] nix: rename fortifyBundle to buildPackage Signed-off-by: Ophestra --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d5bf4ae..a92a13f 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ { nixosModules.fortify = import ./nixos.nix; - fortifyBundle = forAllSystems ( + buildPackage = forAllSystems ( system: nixpkgsFor.${system}.callPackage ( import ./bundle.nix {