From 1831d54b47e0ca1aa16b39fc3ab1ffcd538c6622 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 26 May 2024 14:01:02 +0300 Subject: 2024-05-26 --- configurations/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'configurations') diff --git a/configurations/default.nix b/configurations/default.nix index 088060b..c1712db 100644 --- a/configurations/default.nix +++ b/configurations/default.nix @@ -1,5 +1,5 @@ -{ inputs, ... }: -with inputs.self.lib; +{ inputs, lib, ... }: +with lib; let mkConfiguration = name: @@ -16,8 +16,7 @@ let ++ attrValues inputs.nix-topology.nixosModules ++ optional (configuration != null) (import configuration); specialArgs = { - inherit inputs this; - inherit (inputs.self) lib; + inherit inputs lib this; }; }); in -- cgit v1.2.3