mirror of
https://github.com/zoriya/abyss.git
synced 2025-12-06 06:36:16 +00:00
Add keymap-drawer to shell.nix
This commit is contained in:
25
shell.nix
25
shell.nix
@@ -1,13 +1,12 @@
|
||||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
kicad
|
||||
nodejs
|
||||
freecad-wayland
|
||||
blender
|
||||
python3Packages.pip
|
||||
# python312Packages.west
|
||||
# cmake
|
||||
# ninja
|
||||
];
|
||||
}
|
||||
{pkgs ? import <nixpkgs> {}}: let
|
||||
keymap-drawer =
|
||||
pkgs.python3Packages.callPackage ./draw {};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
kicad
|
||||
nodejs
|
||||
freecad-wayland
|
||||
keymap-drawer
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user