Change nixos registry definition

nixos registry entry now points to my config repo url
This commit is contained in:
Evie Litherland-Smith 2024-01-20 07:52:20 +00:00
parent 1ce7f94eef
commit ee9b30f7a5

View file

@ -75,7 +75,16 @@
channel.enable = true;
registry = {
nixpkgs.flake = nixpkgs;
nixos.flake = self;
nixos = {
from = {
type = "indirect";
id = "nixos";
};
to = {
type = "git";
url = "https://git.xenia.me.uk/xenia/nixos.git?ref=main";
};
};
jupyter = {
from = {
type = "indirect";