]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - systems/eldiron/websites/games/codenames/deps.nix
Add config for CI
[perso/Immae/Config/Nix.git] / systems / eldiron / websites / games / codenames / deps.nix
1 [
2 {
3 goPackagePath = "github.com/jbowens/dictionary";
4 fetch = {
5 type = "git";
6 url = "https://github.com/jbowens/dictionary";
7 rev = "229cf68df1a675e7a2462c4028d7df4abfd98854";
8 sha256 = "0gyg3xcx4xqx6w8id2dq5s280mdfhs6yc9flg2jbj8jff040s28w";
9 };
10 }
11 ]