Add README with build instructions

This commit is contained in:
heyarne 2021-07-15 22:00:21 +02:00
commit bdd063a17d
2 changed files with 29 additions and 1 deletions

View file

@ -7,7 +7,7 @@
pkgs = nixpkgs.legacyPackages.${platform};
in {
devShell.${platform} = pkgs.mkShell {
buildInputs = with pkgs; [ janet multimarkdown ];
buildInputs = with pkgs; [ janet multimarkdown entr ];
};
};
}