mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 06:19:11 +00:00
8 lines
215 B
Nix
8 lines
215 B
Nix
{ dockerTools, foodogsquaredLib, rustc, cargo, rust-bindgen, rust-analyzer
|
|
, nodejs }:
|
|
|
|
foodogsquaredLib.buildDockerImage {
|
|
name = "rust-backend";
|
|
contents = [ cargo rust-bindgen rust-analyzer rustc nodejs ];
|
|
}
|