Elm: automate packaging with elm2nix

- rewrite documentation
- automate whole process into update.sh
- remove all legacy snippets
This commit is contained in:
Domen Kožar
2019-01-03 16:37:09 +00:00
parent 24d1d6cf9d
commit 6da4584acf
9 changed files with 104 additions and 140 deletions
@@ -13,6 +13,7 @@ mkDerivation {
url = "https://github.com/elm/compiler";
sha256 = "13jks6c6i80z71mjjfg46ri570g5ini0k3xw3857v6z66zcl56x4";
rev = "d5cbc41aac23da463236bbc250933d037da4055a";
fetchSubmodules = true;
};
isLibrary = false;
isExecutable = true;