more octofriend

This commit is contained in:
Julian Sutter 2025-12-18 18:53:46 -08:00
parent 7fc42d321a
commit d122c3b418
4 changed files with 83 additions and 1 deletions

View file

@ -2,10 +2,13 @@
{
inputs.octofriend-nix.url = "path:../appflakes/octofriend/flake.nix";
environment.systemPackages = with pkgs; [
(python3.withPackages(ps: with ps; [ pandas requests python-dotenv pip uv ]))
nodejs
putty # SSH/Telnet client
octofriend-nix.packages.x86_64-linux.default
];
programs.nix-ld.enable = true;