From 3501b9c0962d0644041cd4e9243f817c1d7418ba Mon Sep 17 00:00:00 2001 From: Niklas Gollenstede Date: Thu, 18 Jul 2024 00:14:16 +0200 Subject: [PATCH] flake.nix: export paths instead of imported files --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 23007f9..a6ea727 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,7 @@ outputs = _: { nixosModules = let deprecated = issue: name: value: builtins.trace "warning: ${name} flake output is deprecated and will be removed. See https://github.com/NixOS/nixos-hardware/issues/${issue} for more information" value; + import = path: path; # let the module system know what we are exporting in { acer-aspire-4810t = import ./acer/aspire/4810t; airis-n990 = import ./airis/n990;