6 lines
78 B
Nix
Executable file
6 lines
78 B
Nix
Executable file
{pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
rustup
|
|
];
|
|
}
|