Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-04-26 21:38:38 +03:00
parent d9d2be31fa
commit a517402f12

View File

@@ -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