Jump to content

Translations:Flakes/103/en

From Official NixOS Wiki
Revision as of 12:07, 24 July 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)

Running nix build will look in the legacyPackages and packages output attributes for the corresponding derivation and then your system architecture and build the default output. If you want to specify a build attribute in a flake repository, you can run nix build .#<attr>. In the example above, if you wanted to build the packages.x86_64-linux.hello attribute, run: