about summary refs log tree commit diff
path: root/nix/devel.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-26 15:05:37 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-26 15:05:37 +0700
commit76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 (patch)
tree31dd8ee7fc4325f621c47a905b0d4eb2c77a77e6 /nix/devel.nix
parenta6d13025b22c949342a6dc619e7d0cfe5ddb9dcc (diff)
downloaddotfiles-76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5.tar.gz
Update in the name of Christ
Diffstat (limited to 'nix/devel.nix')
-rw-r--r--nix/devel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/devel.nix b/nix/devel.nix
index 11d0509..c6656ad 100644
--- a/nix/devel.nix
+++ b/nix/devel.nix
@@ -2,8 +2,8 @@
 
 {
   environment.systemPackages = with pkgs; [
-    exa fd gitAndTools.gitFull glow jq minicom manpages ripgrep rlwrap
-    gcc julia-stable-bin lua python3 rakudo zig
+    exa fd gitAndTools.gitFull glow jq kvm minicom manpages ripgrep rlwrap
+    gcc lua python3 rakudo zig
     bintools gdb gnumake luaPackages.luacheck mypy pkg-config
     plantuml sile texlive.combined.scheme-full
   ] ++ (with python3Packages; [ flit pip tox ]);