diff options
author | Alexander Bantyev <balsoft@balsoft.ru> | 2022-01-14 17:53:07 +0300 |
---|---|---|
committer | Alexander Bantyev <balsoft@balsoft.ru> | 2022-01-14 17:58:03 +0300 |
commit | f055cc5a0bfc0871d36cc141e14777acd0e214ca (patch) | |
tree | 86ad71c71ccc38bcb5b1de469c97f6cdb70a2025 /src/nix/flake.md | |
parent | e3690ab39382498eaabbd07e696335e17c9f209c (diff) |
Document searching upwards and fix documentation for installables
Diffstat (limited to 'src/nix/flake.md')
-rw-r--r-- | src/nix/flake.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nix/flake.md b/src/nix/flake.md index 3b5812a0a..a8436bcaa 100644 --- a/src/nix/flake.md +++ b/src/nix/flake.md @@ -137,15 +137,6 @@ Currently the `type` attribute can be one of the following: *path* must be a directory in the file system containing a file named `flake.nix`. - If the directory or any of its parents is a Git repository, then - this is essentially equivalent to `git+file://<path>` (see below), - except that the `dir` parameter is derived automatically. For - example, if `/foo/bar` is a Git repository, then the flake reference - `/foo/bar/flake` is equivalent to `/foo/bar?dir=flake`. - - If the directory is not inside a Git repository, then the flake - contents is the entire contents of *path*. - *path* generally must be an absolute path. However, on the command line, it can be a relative path (e.g. `.` or `./foo`) which is interpreted as relative to the current directory. In this case, it |