From 94be366d8d5f5b0270920c5b903ed30dc3fd31f6 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 4 Dec 2023 21:57:24 +0530 Subject: flake: clean up --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b2d0980..4307a26 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ outputs = { self, nixpkgs, sops-nix }: let lib = nixpkgs.lib; - makeHost = host: system: nixpkgs.lib.nixosSystem { + makeHost = host: system: lib.nixosSystem { inherit system; modules = [ ./hosts/${host}/configuration.nix -- cgit v1.2.3