From 2c3575249a4fe32c3d9e088cff8526b9dd5c2ab8 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Tue, 27 Dec 2022 21:01:03 +0000 Subject: flake.nix expose forAllSystems This allows flake users to use nixpkgs.lib.forAllSystems --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f9442d8ea2d2..d029b8e8457e 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,8 @@ nixos = import ./nixos/lib { lib = final; }; + inherit forAllSystems; + nixosSystem = args: import ./nixos/lib/eval-config.nix ( args // { -- cgit v1.2.3