Jump to content

Translations:Flakes/131/en: Difference between revisions

From Official NixOS Wiki
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.

Latest revision as of 12:36, 30 July 2024

Message definition (Flakes)
== Development tricks ==

Development tricks