🛠 add dev languages
This commit is contained in:
parent
f0831e5e19
commit
e65736f959
@ -5,7 +5,14 @@
|
|||||||
|
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search by name, run:
|
||||||
# $ nix-env -qaP | grep wget
|
# $ nix-env -qaP | grep wget
|
||||||
environment.systemPackages = with pkgs; [ emacsMacport exercism go niv ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
elixir
|
||||||
|
emacsMacport
|
||||||
|
exercism
|
||||||
|
go
|
||||||
|
niv
|
||||||
|
rustup
|
||||||
|
];
|
||||||
|
|
||||||
# Use a custom configuration.nix location.
|
# Use a custom configuration.nix location.
|
||||||
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user