Embed IBM plex and use sass

This commit is contained in:
heyarne 2021-07-30 00:17:45 +02:00
commit a9321013d8
254 changed files with 1428 additions and 41 deletions

View file

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