Translations:Flakes/131/en: Difference between revisions

FuzzyBot (talk | contribs)
Importing a new version from external source
Tags: Mobile edit Mobile web edit
 
FuzzyBot (talk | contribs)
Importing a new version from external source
Tags: Mobile edit Mobile web edit
 
Line 1: Line 1:
== Development tricks ==
== Development tricks ==
=== Build a package added in a PR ===
<syntaxHighlight>
nix build github:nixos/nixpkgs?ref=pull/<PR_NUMBER>/head#<PACKAGE>
</syntaxHighlight>
this allows building a package that has not yet been added to nixpkgs.