chore: add flake profiles and bun.lockb file

This commit is contained in:
Jan K9f 2024-09-10 07:46:21 +02:00
parent 268ed3795c
commit 270782cb78
Signed by: jank
GPG key ID: B267751B8AE29EFE
6 changed files with 31 additions and 0 deletions

View file

@ -17,6 +17,7 @@
buildInputs = [
pkgs.nodePackages."@angular/cli"
pkgs.git
pkgs.bun
];
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";