diff --git a/flake.nix b/flake.nix index f34ddcb051ca52df246d2bf621c7d90fdf7d9d64..d096fa401cd3cb2131245dafb70fe41bcc389ff3 100644 --- a/flake.nix +++ b/flake.nix @@ -52,9 +52,10 @@ # it should be "out-of-band" with other tooling (eg. gomod2nix). # To begin with it is recommended to set this, but one must # remeber to bump this hash when your dependencies change. - vendorSha256 = pkgs.lib.fakeSha256; + #vendorSha256 = pkgs.lib.fakeSha256; - #vendorSha256 = "sha256-XdB+u94Rqsb29jVs4miyOq1NEYaVJHWFXg6QebFJzNQ="; + vendorSha256 = "sha256-QmOn3A4CYGuiNqTzoM6+vQlwlSWbOmftJZ3Mx0PFBz0="; + meta = with nixpkgs.legacyPackages.${system}.lib; {