Remove outdated examples from `README.md`.

This commit is contained in:
Whovian NTSN 2024-09-04 05:03:06 -04:00
parent b0d7924cf6
commit 9fd60922e1
1 changed files with 0 additions and 10 deletions

View File

@ -47,16 +47,6 @@ nix = {
auto-optimise-store = true;
};
registry = {
nixpkgs = {
flake = inputs.nixpkgs;
};
};
nixPath = [
"nixpkgs=${inputs.nixpkgs.outPath}"
];
gc = {
automatic = true;
options = "--delete-older-than 7d";