nix registry

This commit is contained in:
Rachel Lambda Samuelsson 2023-11-17 14:06:28 +01:00
parent 2a513b5ba0
commit dcba96d085
2 changed files with 24 additions and 1 deletions

View File

@ -46,6 +46,18 @@
dates = "monthly"; dates = "monthly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
registry = {
templates = {
from = {
type = "indirect";
id = "templates";
};
to = {
type = "git";
url = "https://githug.xyz/xenchel/templates";
};
};
};
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;

View File

@ -91,8 +91,19 @@
dates = "monthly"; dates = "monthly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
registry = {
templates = {
from = {
type = "indirect";
id = "templates";
};
to = {
type = "git";
url = "https://githug.xyz/xenchel/templates";
};
};
};
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;