Skip to content

Commit 4496f37

Browse files
Make clear which NixOS channel is being used (#73)
1 parent 8f3ef35 commit 4496f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
# NixOS/nixpkgs
250250
{
251251
optionsJSON = (import "${nixpkgs}/nixos/release.nix" { }).options + /share/doc/nixos/options.json;
252-
name = "NixOS";
252+
name = "NixOS unstable";
253253
urlPrefix = "https://github.com/NixOS/nixpkgs/tree/master/";
254254
}
255255
# nixos-apple-silicon

0 commit comments

Comments
 (0)