From b4648966e73fe5edd35b4b6245d38b30a75646a9 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 28 Feb 2022 16:37:18 +0100 Subject: [PATCH] another one --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 4d8b4f0..4018d6b 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -110,7 +110,7 @@ options = [ "NOPASSWD" ]; } { - command = "/run/current-system/sw/bin/nix-env -p"; + command = "/run/current-system/sw/bin/nix-env"; options = [ "NOPASSWD" ]; } ];