📦 package updates

This commit is contained in:
2022-06-22 17:35:52 -04:00
parent 010569495d
commit 5a7666240f
3 changed files with 22 additions and 23 deletions

View File

@ -9,8 +9,7 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
# environment.systemPackages = with pkgs; [ emacs-nox vim ghc go gopls niv rustup stack ];
environment.systemPackages = with pkgs; [ deno elixir emacs go niv nodejs rustup ];
environment.systemPackages = with pkgs; [ cmake deno elixir emacs go niv nodejs rustup ];
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;