nix: depend on codeberg now

This commit is contained in:
Primrose 2024-11-15 19:53:24 +01:00
parent 0d628f464f
commit c2403715f5
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 15 additions and 15 deletions

View file

@ -69,25 +69,25 @@
inputs.nixpkgs.follows = "nixpkgs-stable";
};
# packages
wallpapers.url = "git+https://git.earth2077.fr/leana/wallpapers";
wallpapers.url = "git+https://codeberg.org/leana8959/wallpapers";
wired-notify = {
url = "github:Toqozz/wired-notify/0.10.6";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
audio-lint = {
url = "git+https://git.earth2077.fr/leana/audio-lint";
url = "git+https://codeberg.org/leana8959/audio-lint";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
hbrainfuck = {
url = "git+https://git.earth2077.fr/leana/hbrainfuck";
url = "git+https://codeberg.org/leana8959/hbrainfuck";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
prop-solveur = {
url = "git+https://git.earth2077.fr/leana/prop_solveur";
url = "git+https://codeberg.org/leana8959/prop_solveur";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
hoot = {
url = "git+https://git.earth2077.fr/leana/hoot";
url = "git+https://codeberg.org/leana8959/hoot";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
};