]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - systems/eldiron/websites/games/codenames/deps.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / systems / eldiron / websites / games / codenames / deps.nix
diff --git a/systems/eldiron/websites/games/codenames/deps.nix b/systems/eldiron/websites/games/codenames/deps.nix
new file mode 100644 (file)
index 0000000..fddec2e
--- /dev/null
@@ -0,0 +1,11 @@
+[
+  {
+    goPackagePath = "github.com/jbowens/dictionary";
+    fetch = {
+      type = "git";
+      url = "https://github.com/jbowens/dictionary";
+      rev = "229cf68df1a675e7a2462c4028d7df4abfd98854";
+      sha256 = "0gyg3xcx4xqx6w8id2dq5s280mdfhs6yc9flg2jbj8jff040s28w";
+    };
+  }
+]