ADD : rust
This commit is contained in:
parent
3824d80662
commit
ba0a263391
|
@ -0,0 +1,10 @@
|
||||||
|
{ config, pkgs, ...}:
|
||||||
|
with import <nixpkgs> {};
|
||||||
|
{
|
||||||
|
home.packages = [
|
||||||
|
pkgs.gcc
|
||||||
|
pkgs.rustc
|
||||||
|
pkgs.cargo
|
||||||
|
pkgs.cargo-edit
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue