home: remove old flake registry config

flakies is conceptually no longer a flake
This commit is contained in:
Primrose 2025-10-16 18:11:29 +08:00
parent 329eabd171
commit 87edda0bd7
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -27,12 +27,5 @@
allow-import-from-derivation = true; allow-import-from-derivation = true;
keep-outputs = false; # Build time derivations and sources keep-outputs = false; # Build time derivations and sources
}; };
registry.flakies = {
from.id = "flakies";
from.type = "indirect";
to.type = "git";
to.url = "https://git.confusedcompiler.org/leana8959/flakies";
};
}; };
} }