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

10
flake.lock generated
View file

@ -92,16 +92,16 @@
}, },
"systems_2": { "systems_2": {
"locked": { "locked": {
"lastModified": 1689347949, "lastModified": 1681028828,
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems", "owner": "nix-systems",
"repo": "default-linux", "repo": "default",
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-systems", "owner": "nix-systems",
"repo": "default-linux", "repo": "default",
"type": "github" "type": "github"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs"; 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"; esp-idf.url = "github:mirrexagon/nixpkgs-esp-dev";
}; };