Profile

Masanori Ogino 𓀁

181351 posts 1993 follows 1215 followers

Please pay attention to random failures.

https://mstdn.maud.io/@omasanori

Masanori Ogino 𓀁 omasanori@mstdn.maud.io

nixpkgsからSageMathの現時点で一番新しいビルドを取ってくる:

{ pkgs ? import (fetchTarball
"https://" + "github.com/NixOS/nixpkgs/archive/9480bae337095fd24f61380bce3174fdfe926a00.tar.gz")
{ } }:

pkgs.mkShell { buildInputs = [ pkgs.sage ]; }