add macOS support to dev environment

This commit is contained in:
arne 2025-10-07 22:47:19 +02:00
commit 36bc2d59c3
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
systems.url = "github:nix-systems/default-linux";
systems.url = "github:nix-systems/default";
esp-idf.url = "github:mirrexagon/nixpkgs-esp-dev";
};