Add README with build instructions
This commit is contained in:
parent
ed3f357318
commit
bdd063a17d
2 changed files with 29 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
pkgs = nixpkgs.legacyPackages.${platform};
|
||||
in {
|
||||
devShell.${platform} = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ janet multimarkdown ];
|
||||
buildInputs = with pkgs; [ janet multimarkdown entr ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue