From 9fd60922e1857ea7af6cae8c0f9d1494aaf57910 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Wed, 4 Sep 2024 05:03:06 -0400 Subject: [PATCH] Remove outdated examples from `README.md`. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) 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";