aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/build.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/fpkg/build.nix')
-rw-r--r--cmd/fpkg/build.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/fpkg/build.nix b/cmd/fpkg/build.nix
index 17dfa93e..0a0a558f 100644
--- a/cmd/fpkg/build.nix
+++ b/cmd/fpkg/build.nix
@@ -31,7 +31,7 @@
'',
id ? name,
- app_id ? throw "app_id is required",
+ identity ? throw "identity is required",
groups ? [ ],
userns ? false,
net ? true,
@@ -147,7 +147,7 @@ let
name
version
id
- app_id
+ identity
launcher
groups
userns