nix: rename fortifyBundle to buildPackage
All checks were successful
Tests / Go tests (push) Successful in 34s
Nix / NixOS tests (push) Successful in 2m35s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2024-12-29 14:35:37 +09:00
parent ab48706ebe
commit e57a0e9bf2

View File

@@ -29,7 +29,7 @@
{ {
nixosModules.fortify = import ./nixos.nix; nixosModules.fortify = import ./nixos.nix;
fortifyBundle = forAllSystems ( buildPackage = forAllSystems (
system: system:
nixpkgsFor.${system}.callPackage ( nixpkgsFor.${system}.callPackage (
import ./bundle.nix { import ./bundle.nix {