Remove outdated examples from `README.md`.
This commit is contained in:
parent
b0d7924cf6
commit
9fd60922e1
10
README.md
10
README.md
|
@ -47,16 +47,6 @@ nix = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
registry = {
|
|
||||||
nixpkgs = {
|
|
||||||
flake = inputs.nixpkgs;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nixPath = [
|
|
||||||
"nixpkgs=${inputs.nixpkgs.outPath}"
|
|
||||||
];
|
|
||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
|
|
Loading…
Reference in New Issue