From cb1ecc9128a696584fb236d42c6c765731b9ede7 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Mon, 28 Apr 2025 08:54:45 +0200 Subject: [PATCH] flake: checks: build the release package --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 10bf418ab..58b4cdc07 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,6 @@ }; in { helix = self.packages.${system}.helix.override { - buildType = "debug"; rustPlatform = msrvPlatform; }; })