mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-26 16:24:56 +08:00
8 lines
294 B
Text
8 lines
294 B
Text
= Access to a package defined in a remote git repo
|
|
|
|
Ex: Access a package (not a flake) called `hello-nix`,
|
|
which is defined in a remote git repo on codeberg.
|
|
To use a package from GitHub, GitLab, or any other public platform,
|
|
modify the URL.
|
|
|
|
include::shell/main-generated.adoc[leveloffset=+1]
|