diff --git a/flake.nix b/flake.nix index 06d9b73..3168f84 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,7 @@ stableSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" + "x86_64-windows" ]; forAllSystems = f: nixpkgs.lib.genAttrs stableSystems (system: f system);