From 6d39a0ea168e96bbc4c6798bd49a40e8b5ba8406 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 28 Feb 2022 16:36:23 +0100 Subject: [PATCH] another try --- 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 3de0cdd..4d8b4f0 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 /nix/var/nix/profiles/system"; + command = "/run/current-system/sw/bin/nix-env -p"; options = [ "NOPASSWD" ]; } ];