1
0
Fork 0
nixos/pkgsets/rustpkgs.nix

14 lines
200 B
Nix

{ config, pkgs, ... }:
let
stablepkgs = import <nixos-stable> {};
in {
config.machine.pkgsets.rustpkgs.pkgs = with stablepkgs; [
diesel-cli
rustup
rls
carnix
rustracer
];
}