Remove plandex from nixos flake

This commit is contained in:
Florian RICHER 2024-04-14 22:26:51 +02:00
parent 1017b44254
commit 7556385f25
3 changed files with 0 additions and 39 deletions

View file

@ -1,7 +0,0 @@
{ config, pkgs, ... }:
let
plandex_cli = pkgs.callPackage ../../pkgs/plandex_cli.nix { };
in
{
home.packages = [plandex_cli];
}