Remove vector code stuff
This commit is contained in:
parent
c9d664b9c0
commit
451b494851
3 changed files with 3 additions and 27 deletions
|
|
@ -1,17 +1,9 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
(python313.withPackages (pythonPkgs: [
|
||||
pythonPkgs.pipx
|
||||
]))
|
||||
clang
|
||||
clang-tools
|
||||
];
|
||||
};
|
||||
|
||||
home.activation.installVectorcode = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
echo "Installing VectorCode with pipx..."
|
||||
$DRY_RUN_CMD ${pkgs.python311Packages.pipx}/bin/pipx install --force vectorcode
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
(python311.withPackages (pythonPkgs: [
|
||||
pythonPkgs.pip
|
||||
pythonPkgs.pipx
|
||||
pythonPkgs.setuptools
|
||||
]))
|
||||
pcre
|
||||
|
|
@ -12,12 +11,4 @@
|
|||
mkdocs
|
||||
];
|
||||
};
|
||||
|
||||
(python313.withPackages (pythonPkgs: [
|
||||
pythonPkgs.pipx
|
||||
]))
|
||||
home.activation.installVectorcode = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
echo "Installing VectorCode with pipx..."
|
||||
$DRY_RUN_CMD ${pkgs.python311Packages.pipx}/bin/pipx install --force vectorcode
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,17 +1,10 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
(python313.withPackages (pythonPkgs: [
|
||||
pythonPkgs.pipx
|
||||
]))
|
||||
wslu
|
||||
clang
|
||||
clang-tools
|
||||
];
|
||||
};
|
||||
home.activation.installVectorcode = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
echo "Installing VectorCode with pipx..."
|
||||
$DRY_RUN_CMD ${pkgs.python311Packages.pipx}/bin/pipx install --force vectorcode
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue