From a517402f128c561b55ca333fc4b9446615141253 Mon Sep 17 00:00:00 2001 From: Slendi Date: Sat, 26 Apr 2025 21:38:38 +0300 Subject: [PATCH] upd Signed-off-by: Slendi --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 574e469..1f10ac4 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; outputs = { nixpkgs, flake-utils, ... }: - flake-utils.lib.eachDefaultSystem (system: + flake-utils.lib.eachSystem flake-utils.lib.defaultSystems (system: let pkgs = import nixpkgs { inherit system; }; in