only use a single nixpgks revision as input

This commit is contained in:
arne 2025-10-07 22:52:21 +02:00
commit 56ee57dc3d
2 changed files with 5 additions and 18 deletions

View file

@ -3,6 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs";
systems.url = "github:nix-systems/default";
esp-idf.url = "github:mirrexagon/nixpkgs-esp-dev";
esp-idf.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { nixpkgs, systems, esp-idf, ... }: let