aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2024-12-29 14:35:37 +0900
committerOphestra <cat@gensokyo.uk>2024-12-29 14:35:37 +0900
commite57a0e9bf23f18ba374016bc36bfeb8a77f736d9 (patch)
treeafb0d581463aa0dc91889f8b610d8d890a2bf7e8 /flake.nix
parentab48706ebeec03cac0a1fcbab51e6793cf96ecd3 (diff)
nix: rename fortifyBundle to buildPackage
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d5bf4ae0..a92a13f5 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 {