🐛 (neodymium/system/nix) forgot pkgs input

This commit is contained in:
Laureηt 2023-07-11 16:16:56 +02:00
parent 6a6ba4e3c6
commit 0f983528f9
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,4 +1,4 @@
{ lib, ... }: {
{ lib, pkgs, ... }: {
# restrict nix command to sudoers
nix.settings.allowed-users = [ "@wheel" ];