From 36bc2d59c35e3a494d6fed279ec3ea6fb0b027ea Mon Sep 17 00:00:00 2001 From: arne Date: Tue, 7 Oct 2025 22:47:19 +0200 Subject: [PATCH] add macOS support to dev environment --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index d4de143..b01f9fb 100644 --- a/flake.lock +++ b/flake.lock @@ -92,16 +92,16 @@ }, "systems_2": { "locked": { - "lastModified": 1689347949, - "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", "owner": "nix-systems", - "repo": "default-linux", - "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", "type": "github" }, "original": { "owner": "nix-systems", - "repo": "default-linux", + "repo": "default", "type": "github" } } diff --git a/flake.nix b/flake.nix index a2fcff6..8f2ba5a 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };