about summary refs log tree commit diff
path: root/nix/hosts/hacknix/burpsuitepro/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/hacknix/burpsuitepro/default.nix')
-rw-r--r--nix/hosts/hacknix/burpsuitepro/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/hosts/hacknix/burpsuitepro/default.nix b/nix/hosts/hacknix/burpsuitepro/default.nix
index 0365bb9..8c9605d 100644
--- a/nix/hosts/hacknix/burpsuitepro/default.nix
+++ b/nix/hosts/hacknix/burpsuitepro/default.nix
@@ -24,7 +24,6 @@ pkgs.stdenvNoCC.mkDerivation rec {
     runHook postInstall
   '';
 
-
   preferLocalBuild = true;
 
   meta = with nixpkgs.lib; {
@@ -40,7 +39,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     #license = licenses.unfree;
     platforms = pkgs.jdk19.meta.platforms;
-    hydraPlatforms = [];
+    hydraPlatforms = [ ];
     maintainers = with maintainers; [ hanemile ];
   };
 }