mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: nix registry hack
This commit is contained in:
parent
2f469059a4
commit
7d72886ffe
3 changed files with 16 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue