mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
7 lines
128 B
Nix
7 lines
128 B
Nix
{ unstable, config, pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = [
|
|
unstable.legacyPackages."${pkgs.system}".rustc
|
|
];
|
|
}
|