This commit is contained in:
Julian Sutter 2025-12-18 19:14:57 -08:00
parent 2015647f67
commit 1c35f03eae
3 changed files with 63 additions and 440 deletions

View file

@ -2,13 +2,11 @@
{
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.${pkgs.system}.default
octofriend.packages.${pkgs.system}.default
];
programs.nix-ld.enable = true;