From 530dd1499d009df05606ea31a853eca2e7e65924 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sun, 24 Dec 2023 15:38:25 -0500 Subject: [PATCH] Add a small note to how `inputs.nixpkgs.url` maps to a Repo URL. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fc5c157..31f46ec 100644 --- a/flake.nix +++ b/flake.nix @@ -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,