Add a small note to how inputs.nixpkgs.url maps to a Repo URL.

This commit is contained in:
Whovian9369 2023-12-24 15:38:25 -05:00
parent 79cb91a41e
commit 530dd1499d

View File

@ -1,5 +1,7 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# This maps to https://github.com/NixOS/nixpkgs/tree/nixos-unstable
# The `url` option is the pattern of `github:USER_OR_ORG/REPO/BRANCH`
outputs = {
self,