mirror of
https://github.com/zoriya/abyss.git
synced 2026-08-15 02:23:41 +00:00
9 lines
111 B
Nix
9 lines
111 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
kicad
|
|
nodejs
|
|
freecad
|
|
];
|
|
}
|