From 31b7ddd122d54c36edb101d2c8bdf230651f27d4 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 13 Apr 2025 03:23:28 +0900 Subject: fst: improve config The config struct more or less "grew" to what it is today. This change moves things around to make more sense and fixes nonsensical comments describing obsolete behaviour. Signed-off-by: Ophestra --- cmd/fpkg/build.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/fpkg/build.nix') 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 -- cgit v1.3.1