From b79006ec2c271fa6e5e1d3023832f41bdc5e5a64 Mon Sep 17 00:00:00 2001 From: sss Date: Wed, 2 Jul 2025 12:52:29 +0300 Subject: cleanup --- flake.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 86ed20f..e9256a7 100644 --- a/flake.nix +++ b/flake.nix @@ -5,18 +5,15 @@ (f: f != "flake.nix" && builtins.match ".*\\.nix" f != null) (builtins.attrNames (builtins.readDir ./.)); - # Исправленная функция создания overlay makeOverlay = file: { name = builtins.replaceStrings [ ".nix" ] [ "" ] file; value = inputs: (import (./. + "/${file}") { -# inherit inputs final prev; inherit inputs; }); }; in { overlays = builtins.listToAttrs (map makeOverlay nixFiles); -# allOverlays = builtins.attrValues overlaysSet; }; } -- cgit v1.2.3