1
0
Fork 0
nixos/pkgs/pkgsets/rustpkgs.nix

12 lines
177 B
Nix

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