Files
heads/flake.lock
Maciej Pijanowski 9f87d9faef toolchain: add sdcc and xxd
Required to to build dasharo-ec module.

Need to pin SDCC version to 4.2.0 to avoid
https://github.com/Dasharo/dasharo-issues/issues/1785
and be in sync with ec-sdk:
https://github.com/Dasharo/ec-sdk/pull/2

Using 3.8.0 in nix toolchain (as originally used in ec-sdk)
was not feasible:
https://github.com/linuxboot/heads/pull/2062#issue-4001232463

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2026-04-20 10:49:25 -04:00

79 lines
2.0 KiB
JSON

{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1716509168,
"narHash": "sha256-4zSIhSRRIoEBwjbPm3YiGtbd8HDWzFxJjw5DYSDy1n8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "bfb7a882678e518398ce9a31a881538679f6f092",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-sdcc": {
"locked": {
"lastModified": 1706220439,
"narHash": "sha256-JMPlh3WoVVOSFSGdetBDKKkKkLNwnTqewFn+g1v2n/A=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7a339d87931bba829f68e94621536cad9132971a",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7a339d87931bba829f68e94621536cad9132971a",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgs-sdcc": "nixpkgs-sdcc"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}