Files
abyss/shell.nix
T

14 lines
208 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
kicad
nodejs
freecad-wayland
blender
python3Packages.pip
# python312Packages.west
# cmake
# ninja
];
}