From e94d8d3f6b5a12d5277fc156d7db1ecca083efca Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 23 Aug 2023 21:18:50 +0200 Subject: Remove incorrect documentation --- README.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 3bbafa34..00000000 --- a/README.md +++ /dev/null @@ -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. -- cgit 1.4.1