Use correct hierarchy.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
812e32f5ab
commit
f0c2bf5345
1 changed files with 1 additions and 6 deletions
|
|
@ -18,12 +18,7 @@
|
|||
openocd = pkgs.callPackage ./openocd.nix { };
|
||||
in
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
openocd
|
||||
];
|
||||
};
|
||||
packages.${system}.default = openocd;
|
||||
packages.default = openocd;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue