Add custom registry entry for jupyterlab flake

This commit is contained in:
Evie Litherland-Smith 2024-01-19 11:48:08 +00:00
parent 9d2ece1132
commit 500283437d

View file

@ -76,6 +76,16 @@
registry = { registry = {
nixpkgs.flake = nixpkgs; nixpkgs.flake = nixpkgs;
nixos.flake = self; nixos.flake = self;
jupyter = {
from = {
type = "indirect";
id = "jupyter";
};
to = {
type = "git";
url = "https://git.xenia.me.uk/xenia/nix-jupyter.git";
};
};
}; };
gc = { gc = {
automatic = true; automatic = true;