diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-29 14:35:37 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-29 14:35:37 +0900 |
| commit | e57a0e9bf23f18ba374016bc36bfeb8a77f736d9 (patch) | |
| tree | afb0d581463aa0dc91889f8b610d8d890a2bf7e8 /flake.nix | |
| parent | ab48706ebeec03cac0a1fcbab51e6793cf96ecd3 (diff) | |
nix: rename fortifyBundle to buildPackage
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ { nixosModules.fortify = import ./nixos.nix; - fortifyBundle = forAllSystems ( + buildPackage = forAllSystems ( system: nixpkgsFor.${system}.callPackage ( import ./bundle.nix { |
