Skip to content

Commit

Permalink
add fonts to shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopedraza committed Feb 12, 2025
1 parent cb71adf commit 7a33666
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,26 @@
pkgs.mkShell {
packages = [
pkgs.bashInteractive
pkgs.mdbook
pkgs.nil
pkgs.nodejs_20

# for the interpreter
pkgs.rustup
pkgs.typst
pkgs.typst-lsp

# for the book
pkgs.mdbook

# for the playground
pkgs.wasm-bindgen-cli
pkgs.wasm-pack

# for the VSC extension
pkgs.nodejs_20
pkgs.vsce

# for the report
pkgs.nil
pkgs.noto-fonts
pkgs.typst
pkgs.typst-lsp
];

shellHook = ''
Expand Down

0 comments on commit 7a33666

Please sign in to comment.