This commit is contained in:
spectre 2024-04-19 23:26:35 +02:00
parent 6384671c88
commit 6bc680d825
2 changed files with 64 additions and 1 deletions

View file

@ -10,7 +10,9 @@
in
{
devShells.default = pkgs.mkShell {
julia
packages = with pkgs; [
julia
];
};
});
}