mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-01-07 00:23:12 +00:00
add windows in flake.nix
This commit is contained in:
parent
52966cb874
commit
9fa8c7cd64
@ -15,6 +15,7 @@
|
|||||||
stableSystems = [
|
stableSystems = [
|
||||||
"x86_64-linux" "aarch64-linux"
|
"x86_64-linux" "aarch64-linux"
|
||||||
"x86_64-darwin" "aarch64-darwin"
|
"x86_64-darwin" "aarch64-darwin"
|
||||||
|
"x86_64-windows"
|
||||||
];
|
];
|
||||||
|
|
||||||
forAllSystems = f: nixpkgs.lib.genAttrs stableSystems (system: f system);
|
forAllSystems = f: nixpkgs.lib.genAttrs stableSystems (system: f system);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user