mirror of
https://github.com/zoriya/abyss.git
synced 2026-08-05 22:06:30 +00:00
10 lines
123 B
Nix
10 lines
123 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
kicad
|
|
nodejs
|
|
freecad
|
|
blender
|
|
];
|
|
}
|