repo: make build possible

This commit is contained in:
MultisampledNight 2024-01-11 00:36:58 +01:00
commit 24ebca3e8d
No known key found for this signature in database
GPG key ID: 6D525AA147CBDAE2
2 changed files with 6 additions and 3 deletions

View file

@ -36,7 +36,10 @@
rustfmt.enable = true;
};
packages = with pkgs; [just nushell typst];
packages = with pkgs; [
just nushell typst
mold
];
})
];
};