feat: Add wsl profiles

This commit is contained in:
UGA Innovation Factory
2025-12-11 17:42:17 -05:00
committed by Hunter Halloran
parent da9b4cf67a
commit 4275b4cb37
5 changed files with 91 additions and 0 deletions

View File

@@ -47,6 +47,12 @@
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
# WSL Support
nixos-wsl = {
url = "github:nix-community/NixOS-WSL/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs@{