Skip to content

Commit

Permalink
fix: flake (vendorHash)
Browse files Browse the repository at this point in the history
I have got to stop forgetting about this!
  • Loading branch information
peterldowns committed Sep 24, 2024
1 parent 28d3fdd commit 7f13363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#
# (Yes, that's really how you're expected to do this.)
#vendorHash = pkgs.lib.fakeHash;
vendorHash = "sha256-i8e0objyMsoVl09/EqA7HerbSfC0/SBVJ1eHquZfNeU=";
vendorHash = "sha256-d5HLnfY2wjZv0z8aqfI2+TfBeokNF6r3NVbZzE+DqFU=";
GOWORK = "off";
src =
let
Expand Down

0 comments on commit 7f13363

Please sign in to comment.