Embed IBM plex and use sass
This commit is contained in:
parent
85e79a8090
commit
a9321013d8
254 changed files with 1428 additions and 41 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue