ft: add sage nix shell
This commit is contained in:
8
templates/sage.nix
Normal file
8
templates/sage.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
with (import <nixpkgs> {});
|
||||||
|
mkShell {
|
||||||
|
buildInputs = [
|
||||||
|
python3
|
||||||
|
sage
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user