Remove outdated examples from README.md
.
This commit is contained in:
parent
b0d7924cf6
commit
9fd60922e1
1 changed files with 0 additions and 10 deletions
10
README.md
10
README.md
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue