aboutsummaryrefslogtreecommitdiff
path: root/servers
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-25 15:12:12 -0300
committerEuAndreh <eu@euandre.org>2021-07-25 15:12:12 -0300
commit00b2cf67f112e5e552adc9db187b30706c314e4a (patch)
treeb98d63197a7926eeb07022dea8ac50f46493ef62 /servers
parentopt/bin/gc.sh: Use set -x option and remove /tmp (diff)
downloadserver-00b2cf67f112e5e552adc9db187b30706c314e4a.tar.gz
server-00b2cf67f112e5e552adc9db187b30706c314e4a.tar.xz
servers/nixvps/configuration.nix: Add gnum4 package to environment
Diffstat (limited to 'servers')
-rw-r--r--servers/nixvps/configuration.nix2
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"; };
};