mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 13:06:30 +02:00
Add a small note to how inputs.nixpkgs.url
maps to a Repo URL.
This commit is contained in:
parent
79cb91a41e
commit
530dd1499d
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
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 = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user