From e3effe8b2570a815c9710d94a1e9541b9532bfb6 Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Sat, 7 Feb 2026 20:48:26 +0100 Subject: [PATCH] Minor fixes --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5a34ff1..364e181 100644 --- a/flake.nix +++ b/flake.nix @@ -18,8 +18,6 @@ version = "0.1.0"; src = ./.; - # Update this hash when dependencies change. - # You can get the correct hash by running `nix build`. vendorHash = "sha256-fDzQuKBZPkOATMMnYcFv/aJP62XDhL9LjM/UYre9JQ4="; ldflags = [ "-s" "-w" ];