only use a single nixpgks revision as input
This commit is contained in:
parent
36bc2d59c3
commit
56ee57dc3d
2 changed files with 5 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue