Remove incorrect documentation
Alan Pearce alan@alanpearce.eu
Wed, 23 Aug 2023 21:18:50 +0200
D README.md
@@ -1,12 +0,0 @@-# Secret Flake Setup - -Create `override.nix` like so, replacing the URL with the absolute path of the repo: - -```nix -{ - inputs.secrets.url = file:///full-path-to-this-repo/private; - outputs = { ... }@inputs: inputs.super; -} -``` - -Then, call `nix flake update --inputs-from override.nix` when updating flakes.