Files
to-hen/kabbala.jl/shell.nix

5 lines
78 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [ pkgs.julia ];
}