mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
remove aider derivation as no longer needed
This commit is contained in:
parent
85942195f4
commit
8a8c9597bb
2 changed files with 3 additions and 208 deletions
|
@ -1,12 +1,11 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
aiderConfig = builtins.readFile ./aider.yml;
|
||||
aiderPkgs = import ./aider-deriv.nix { inherit lib pkgs; };
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
aiderPkgs.withPlaywright
|
||||
home.packages = with pkgs; [
|
||||
aider-chat.withPlaywright
|
||||
];
|
||||
home.file.".aider.conf.yml".text = aiderConfig;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue