aboutsummaryrefslogtreecommitdiff
path: root/src/nix/run.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-02-22 14:32:56 +0100
committerEelco Dolstra <edolstra@gmail.com>2022-02-22 14:32:56 +0100
commit1a6548ca757f81594f5b54d8dada4c5ba65821de (patch)
tree40ff546a33566eeee702ccaead1ec30e3dfc6e42 /src/nix/run.md
parent38eea2c503a70e32dd6110937d49705976d5fc7a (diff)
Update docs
Diffstat (limited to 'src/nix/run.md')
-rw-r--r--src/nix/run.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nix/run.md b/src/nix/run.md
index cd3b978c0..a0f362076 100644
--- a/src/nix/run.md
+++ b/src/nix/run.md
@@ -58,9 +58,9 @@ For instance, if `name` is set to `hello-1.10`, `nix run` will run
If no flake output attribute is given, `nix run` tries the following
flake output attributes:
-* `defaultApp.<system>`
+* `apps.<system>.default`
-* `defaultPackage.<system>`
+* `packages.<system>.default`
If an attribute *name* is given, `nix run` tries the following flake
output attributes:
@@ -74,7 +74,7 @@ output attributes:
# Apps
An app is specified by a flake output attribute named
-`apps.<system>.<name>` or `defaultApp.<system>`. It looks like this:
+`apps.<system>.<name>`. It looks like this:
```nix
apps.x86_64-linux.blender_2_79 = {