From 123f3c49655cc0f0521c5ae37ff7fe32f0ef69df Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 1 Feb 2025 17:02:02 +0100 Subject: [PATCH] hosts(perso-laptop): Fix lib import missing --- hosts/perso-laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/perso-laptop/configuration.nix b/hosts/perso-laptop/configuration.nix index 825bcec..a6a859f 100644 --- a/hosts/perso-laptop/configuration.nix +++ b/hosts/perso-laptop/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ ... }: +{ lib, ... }: { imports =