kabbala: add julia graph thing

This commit is contained in:
2023-12-05 22:32:03 +01:00
parent 55dff52268
commit 3ba064bded
3 changed files with 32 additions and 0 deletions

4
kabbala.jl/shell.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [ pkgs.julia ];
}