We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2078f06 commit 760e202Copy full SHA for 760e202
flake.nix
@@ -39,7 +39,7 @@
39
src = ./.;
40
41
# Go dependency hash (should be updated when dependencies are)
42
- vendorHash = "sha256-4kdjyjAvZnKp9Ly5Y4EaVa0iGyIMjrmrc+nagCJA9/A=";
+ vendorHash = "sha256-oViJGEdep4vk38EwygkUXy51NRdvndJqlXZOxWYCbv4=";
43
44
buildInputs = with pkgs; [
45
outPackages.gomuks-web
@@ -63,7 +63,7 @@
63
src = ./web;
64
65
# Same as the Go dependency hash but for NPM packages
66
- npmDepsHash = "sha256-YUDRdelLnGhT5Yw+uc29AEZPRHZoZjqVZxCXwD2gqAs=";
+ npmDepsHash = "sha256-tPRgzp6c9zXbHQIEPf4gEKkBWWzQAfUCNAijYPdONpM=";
67
68
installPhase = ''
69
mkdir -p $out/dist
0 commit comments