summaryrefslogtreecommitdiff
path: root/nixos/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-26 08:26:08 +0200
committerMartin Fischer <martin@push-f.com>2025-04-26 08:39:32 +0200
commit940fb56e7e450b7da56cc333d17ab0edb4cd1d0f (patch)
tree4ffd3e20cbd4de5b8d25827e294f7b7b3ba22dd4 /nixos/README.md
parentc329be48e687e3152e1362a71b76035bfda7215e (diff)
refactor: move channel metadata to separate .toml filesHEADmaster
Diffstat (limited to 'nixos/README.md')
-rw-r--r--nixos/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/README.md b/nixos/README.md
index 67b6cf7..075f812 100644
--- a/nixos/README.md
+++ b/nixos/README.md
@@ -32,7 +32,8 @@ We're assuming that you just installed NixOS by going through the [official inst
nixos-generate-config --dir .
```
3. Rename the `configuration.nix` to `default.nix`.
- Add `# channel="..."` to the start of the `default.nix` file where `...` is the key of a channel pinned in `npins/sources.json`.
+ Create a `metadata.toml` file with a `channel` field
+ where the value is the key of a channel pinned in `npins/sources.json`.
A new channel can be pinned with:
```