all repos — nixfiles @ c19f1f6e56b22eb3794b6d85adc8651e4ffc8df7

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

README.md (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
# 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.