Add custom registry entry for jupyterlab flake
This commit is contained in:
parent
9d2ece1132
commit
500283437d
10
flake.nix
10
flake.nix
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue