From 9fa8c7cd64b6af468ca13d3c58964979037e5018 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Wed, 22 Oct 2025 02:13:39 +0200 Subject: [PATCH] add windows in flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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);