X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=systems%2Feldiron%2Fwebsites%2Fgames%2Fcodenames%2Fdeps.nix;h=fddec2e290c16a22c3b15ecbc89e358c60791170;hb=1a64deeb894dc95e2645a75771732c6cc53a79ad;hpb=fa25ffd4583cc362075cd5e1b4130f33306103f0;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/systems/eldiron/websites/games/codenames/deps.nix b/systems/eldiron/websites/games/codenames/deps.nix new file mode 100644 index 0000000..fddec2e --- /dev/null +++ b/systems/eldiron/websites/games/codenames/deps.nix @@ -0,0 +1,11 @@ +[ + { + goPackagePath = "github.com/jbowens/dictionary"; + fetch = { + type = "git"; + url = "https://github.com/jbowens/dictionary"; + rev = "229cf68df1a675e7a2462c4028d7df4abfd98854"; + sha256 = "0gyg3xcx4xqx6w8id2dq5s280mdfhs6yc9flg2jbj8jff040s28w"; + }; + } +]