Skip to content

Commit 456b50e

Browse files
committed
fixup! build: add check workflow
1 parent 831377f commit 456b50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@
123123
packages = rec {
124124
default = platformio2nix;
125125
inherit platformio2nix;
126-
127-
makePlatformIOSetupHook = pkgs.callPackage ./setup-hook.nix { };
128126
};
129127

128+
makePlatformIOSetupHook = pkgs.callPackage ./setup-hook.nix { };
129+
130130
apps.default = flake-utils.lib.mkApp { drv = platformio2nix; };
131131

132132
formatter = treefmt.config.build.wrapper;

0 commit comments

Comments
 (0)