ft: add sage nix shell

This commit is contained in:
2024-10-29 20:17:41 +01:00
parent b44cd15d5c
commit 0357aa9719

8
templates/sage.nix Normal file
View File

@@ -0,0 +1,8 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
python3
sage
];
}