We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003a17a commit c888a33Copy full SHA for c888a33
search/search_index.json
tutorials/getting-started-flakes/index.html
@@ -246,7 +246,7 @@ <h2 id="scaffolding">Scaffolding<a class="headerlink" href="#scaffolding" title=
246
};
247
in flake // {
248
# Built by `nix build .`
249
- packages.${system}.default = flake.packages."hello:exe:hello";
+ packages.default = flake.packages."hello:exe:hello";
250
});
251
}
252
</code></pre>
0 commit comments