Nixpkgs: Difference between revisions
imported>Puzzlewolf m update reference to current stable version |
imported>User No edit summary |
||
Line 110: | Line 110: | ||
=== Building all of the packages you maintain === | === Building all of the packages you maintain === | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
nix-build build.nix --argstr maintainer your-nick | nix-build maintainers/scripts/build.nix --argstr maintainer your-nick | ||
</syntaxhighlight> | </syntaxhighlight> | ||