about summary refs log tree commit diff
path: root/users/glittershark/system
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-02-24T17·37-0500
committerglittershark <grfn@gws.fyi>2021-02-24T17·46+0000
commit599262bc2c40d510fa67f0b48e107d3dd02f5774 (patch)
tree9f8f46d883dbe23baba1711e996e54f663a7e4d0 /users/glittershark/system
parent0ee0e43fed3a0ba0a5bc12432d6401f9d6b455dd (diff)
feat(gs/home): Install julia r/2230
Change-Id: I66820d3209f0ef6120f2946acc2063cfd638512f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2548
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system')
-rw-r--r--users/glittershark/system/home/modules/development.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix
index 4a9554ae7c..7fc5de807d 100644
--- a/users/glittershark/system/home/modules/development.nix
+++ b/users/glittershark/system/home/modules/development.nix
@@ -64,6 +64,7 @@ with lib;
 
     config.lib.depot.third_party.clang-tools
   ] ++ optionals (stdenv.isLinux) [
+    julia
     valgrind
   ];