From 6989e9932bde2b92fa75a86b3f15ba8a6123c943 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 28 Feb 2022 16:39:36 +0100 Subject: [PATCH] remove unusable command --- modules/common/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 4018d6b..0287426 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -109,10 +109,6 @@ command = "/run/current-system/sw/bin/nixos-rebuild"; options = [ "NOPASSWD" ]; } - { - command = "/run/current-system/sw/bin/nix-env"; - options = [ "NOPASSWD" ]; - } ]; } ];