diff options
author | EuAndreh <eu@euandre.org> | 2021-07-25 15:12:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-25 15:12:12 -0300 |
commit | 00b2cf67f112e5e552adc9db187b30706c314e4a (patch) | |
tree | b98d63197a7926eeb07022dea8ac50f46493ef62 | |
parent | opt/bin/gc.sh: Use set -x option and remove /tmp (diff) | |
download | toph-00b2cf67f112e5e552adc9db187b30706c314e4a.tar.gz toph-00b2cf67f112e5e552adc9db187b30706c314e4a.tar.xz |
servers/nixvps/configuration.nix: Add gnum4 package to environment
-rw-r--r-- | servers/nixvps/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/nixvps/configuration.nix b/servers/nixvps/configuration.nix index 629999f..feb67fe 100644 --- a/servers/nixvps/configuration.nix +++ b/servers/nixvps/configuration.nix @@ -40,7 +40,7 @@ in { ln -s $out/bin/tcc $out/bin/c99 ''; }); - in with pkgs; [ vim git gitAndTools.git-annex gnumake c99 bpytop ]; + in with pkgs; [ vim git gitAndTools.git-annex gnumake gnum4 c99 bpytop ]; shellAliases = { l = "ls -lahF"; }; }; |