Add support for all systems

This commit is contained in:
Florian RICHER 2024-03-08 20:26:40 +01:00
parent cc81a3e25b
commit d85d4a0514

View file

@ -7,7 +7,7 @@
};
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
flake-utils.lib.eachSystem flake-utils.lib.allSystems (system:
let
pkgs = import nixpkgs { inherit system; };