all repos — nixfiles @ e94d8d3f6b5a12d5277fc156d7db1ecca083efca

System and user configuration, managed by nix and home-manager

Remove incorrect documentation
Alan Pearce alan@alanpearce.eu
Wed, 23 Aug 2023 21:18:50 +0200
commit

e94d8d3f6b5a12d5277fc156d7db1ecca083efca

parent

ad00f583a6dc4c5ed201f723f0c463e6891fa0a6

1 files changed, 0 insertions(+), 12 deletions(-)

jump to
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.