From 500744ae534fd4d48dcde9655624b5cde3014318 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 21 Dec 2023 13:57:17 +0100 Subject: [PATCH] chore: remove comments from flake --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d092a86..9605b20 100644 --- a/flake.nix +++ b/flake.nix @@ -7,9 +7,8 @@ nur, ... } @ inputs: let - inherit (nixpkgs) lib; # we isolate lib from nixpkgs to be able to pass it to specific flake options, alternatively use nixpkgs.lib + inherit (nixpkgs) lib; in { - # instead of cluttering flake.nix, import all nixosConfigurations from their own dedicated file nixosConfigurations = import ./hosts {inherit nixpkgs inputs lib nur;}; }; inputs = {