Add python to flake.nix

This commit is contained in:
xenia 2023-12-06 20:09:14 +01:00
parent b8c95a37ef
commit 51acaa3904

View File

@ -22,5 +22,10 @@
description = "A jupyter flake, with a custom haskell kernel and proper pdflatex LaTeX export supoprt";
welcomeText = "mjau 🐍🐍🐍";
};
templates.python = {
path = ./python;
description = "Minimal python flake";
welcomeText = "hisss 🐍🐍🐍";
};
};
}