aboutsummaryrefslogtreecommitdiff
path: root/src/nix/flake.md
AgeCommit message (Collapse)Author
2022-12-13documentation: use sections instead of list itemsSolène Rapenne
2022-05-19fetchTree: Allow fetching plain filesTony Olagbaiye
Add a new `file` fetcher type, which will fetch a plain file over http(s), or from the local file. Because plain `http(s)://` or `file://` urls can already correspond to `tarball` inputs (if the path ends-up with a know archive extension), the URL parsing logic is a bit convuluted in that: - {http,https,file}:// urls will be interpreted as either a tarball or a file input, depending on the extensions of the path part (so `https://foo.com/bar` will be a `file` input and `https://foo.com/bar.tar.gz` as a `tarball` input) - `file+{something}://` urls will be interpreted as `file` urls (with the `file+` part removed) - `tarball+{something}://` urls will be interpreted as `tarball` urls (with the `tarball+` part removed) Fix #3785 Co-Authored-By: Tony Olagbaiye <me@fron.io>
2022-05-10Add documentation for bash-prompt-prefixJimmy Reichley
2022-04-29Update `nix flake` documentation of `ref` handlingKjetil Orbekk
Update the documentation about how `ref` is resolved if it is not specified. Add a note about special handling of local workdirs with `git+file`.
2022-04-18Add .tgz as tarball extension in documentationRobert Helgesson
Support for the `tgz` shorthand was added in 52f5fa948a4784b6a9b707770f4beee6a8674dee.
2022-02-24Merge pull request #6089 from edolstra/dot-defaultEelco Dolstra
Replace defaultBla.$system with bla.$system.default
2022-02-22Update docsEelco Dolstra
2022-02-14add sourcehut input schemeGabriel Fontes
2022-01-25fix typolincoln auster
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2022-01-25flakes: document nixConfig optionlincoln auster [they/them]
Fixes #5988.
2022-01-14Document searching upwards and fix documentation for installablesAlexander Bantyev
2021-10-02Fix typoAleksey Kladov
2021-05-29Add .tar.zst support for TarballInputSchemeTimothy Klim
2021-04-22Fix typo in flake docAntoine Martin
2021-03-26Fix some typosEelco Dolstra
Fixes #4671.
2020-12-23Add 'nix flake' manpagesEelco Dolstra