mirror of
https://github.com/zoriya/abyss.git
synced 2026-08-05 13:58:33 +00:00
8 lines
99 B
Nix
8 lines
99 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
kicad
|
|
nodejs
|
|
];
|
|
}
|