diff --git a/README.md b/README.md index 7f03591..8b0fe3a 100644 --- a/README.md +++ b/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";