Added openttd

This commit is contained in:
root
2021-04-02 22:50:40 +00:00
parent 64dc42d3f9
commit 37a09d9553
3 changed files with 10 additions and 1 deletions
+6
View File
@@ -161,5 +161,11 @@ in {
};
vanilla-forum = import ./vanilla-forum.nix { pkgs = pkgs; };
openttd-data = pkgs.fetchgit {
url = "https://git.fudo.org/fudo-public/openttd-data.git";
rev = "5b7dd0ca9014e642e1f2d0aa3154b5da869911d3";
sha256 = "061k0f0jgm5k81djslb172xk0wkis0m878izgisyj2qgg3wf1awh";
};
};
}