Files
dots/templates/sage.nix
2024-10-29 20:17:41 +01:00

9 lines
85 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = [
python3
sage
];
}