nix: nix registry hack

This commit is contained in:
Primrose 2024-06-23 23:49:46 +02:00
parent 2f469059a4
commit 7d72886ffe
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 16 additions and 11 deletions

View file

@ -41,6 +41,15 @@ in
stateVersion = "24.05";
};
nix.registry = {
flakies = {
from.id = "flakies";
from.type = "indirect";
to.type = "git";
to.url = "https://git.earth2077.fr/leana/flakies";
};
};
programs = {
ripgrep.enable = true;
gpg.enable = true;