Remove buildFHSEnv
Compile All / compile (push) Failing after 1m37s

Uses bwrap which is not available on Actions runner
This commit is contained in:
2026-07-12 15:14:09 +00:00
parent ec4385e197
commit 0447e70677
2 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ jobs:
- name: Compile All
run: |
nix develop --command make compile-all
nix develop --command make compile-all -j4
+7 -13
View File
@@ -41,22 +41,16 @@
devShells = forAllSystems (
{ system, pkgs, ... }:
let
esphome-fhs = pkgs.buildFHSEnv {
name = "esphome";
targetPkgs =
pkgs: with pkgs; [
esphome
zlib
];
multiPkgs = pkgs: with pkgs; [ zlib ];
runScript = "esphome";
};
in
{
default = pkgs.mkShell {
buildInputs = with pkgs; [
esphome-fhs
esphome
platformio
python3
libusb1
udev
ncurses5
zlib
esptool
cc2538-bsl
gnumake