Change nixos registry definition
nixos registry entry now points to my config repo url
This commit is contained in:
parent
1ce7f94eef
commit
ee9b30f7a5
11
flake.nix
11
flake.nix
|
@ -75,7 +75,16 @@
|
||||||
channel.enable = true;
|
channel.enable = true;
|
||||||
registry = {
|
registry = {
|
||||||
nixpkgs.flake = nixpkgs;
|
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 = {
|
jupyter = {
|
||||||
from = {
|
from = {
|
||||||
type = "indirect";
|
type = "indirect";
|
||||||
|
|
Loading…
Reference in a new issue