Use correct hierarchy.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-05-16 15:40:09 -07:00
parent 812e32f5ab
commit f0c2bf5345

View file

@ -18,12 +18,7 @@
openocd = pkgs.callPackage ./openocd.nix { }; openocd = pkgs.callPackage ./openocd.nix { };
in in
{ {
devShells.default = pkgs.mkShell { packages.default = openocd;
packages = with pkgs; [
openocd
];
};
packages.${system}.default = openocd;
} }
); );
} }