cleanup and add ifsr cache

This commit is contained in:
Rouven Seifert 2024-02-26 19:16:04 +01:00
parent b4af225678
commit f4fc1ccdf3
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 32 additions and 34 deletions

View file

@ -26,15 +26,15 @@
nix-colors.url = "github:Misterio77/nix-colors";
purge = {
url = "github:therealr5/purge";
url = "github:rouven0/purge";
inputs.nixpkgs.follows = "nixpkgs";
};
trucksimulatorbot = {
url = "github:therealr5/TruckSimulatorBot";
url = "github:rouven0/TruckSimulatorBot";
inputs.nixpkgs.follows = "nixpkgs";
};
pfersel = {
url = "github:therealr5/pfersel";
url = "github:rouven0/pfersel";
inputs.nixpkgs.follows = "nixpkgs";
};