Add python to flake.nix
This commit is contained in:
parent
b8c95a37ef
commit
51acaa3904
|
@ -22,5 +22,10 @@
|
||||||
description = "A jupyter flake, with a custom haskell kernel and proper pdflatex LaTeX export supoprt";
|
description = "A jupyter flake, with a custom haskell kernel and proper pdflatex LaTeX export supoprt";
|
||||||
welcomeText = "mjau 🐍🐍🐍";
|
welcomeText = "mjau 🐍🐍🐍";
|
||||||
};
|
};
|
||||||
|
templates.python = {
|
||||||
|
path = ./python;
|
||||||
|
description = "Minimal python flake";
|
||||||
|
welcomeText = "hisss 🐍🐍🐍";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user