From 0f983528f95e1540db0b7c6817dc8f0cfa863471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 11 Jul 2023 16:16:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(neodymium/system/nix)=20forgot?= =?UTF-8?q?=20pkgs=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/system/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/neodymium/system/nix/default.nix b/hosts/neodymium/system/nix/default.nix index 777b011..7e3d1d2 100644 --- a/hosts/neodymium/system/nix/default.nix +++ b/hosts/neodymium/system/nix/default.nix @@ -1,4 +1,4 @@ -{ lib, ... }: { +{ lib, pkgs, ... }: { # restrict nix command to sudoers nix.settings.allowed-users = [ "@wheel" ];