diff options
author | Alan Pearce | 2023-08-23 21:18:50 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-23 21:18:50 +0200 |
commit | e94d8d3f6b5a12d5277fc156d7db1ecca083efca (patch) | |
tree | 5153c9011b7794465988677784d10e7373c501b9 | |
parent | ad00f583a6dc4c5ed201f723f0c463e6891fa0a6 (diff) | |
download | nixfiles-e94d8d3f6b5a12d5277fc156d7db1ecca083efca.tar.lz nixfiles-e94d8d3f6b5a12d5277fc156d7db1ecca083efca.tar.zst nixfiles-e94d8d3f6b5a12d5277fc156d7db1ecca083efca.zip |
Remove incorrect documentation
-rw-r--r-- | README.md | 12 |
1 files changed, 0 insertions, 12 deletions
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. |