octoflake?

This commit is contained in:
Julian Sutter 2025-12-18 19:12:29 -08:00
parent d122c3b418
commit 2015647f67
2 changed files with 22 additions and 19 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, pkgs-unstable, lib, ... }:
{ config, pkgs, pkgs-unstable, lib, octofriend, ... }:
{
@ -8,7 +8,7 @@
(python3.withPackages(ps: with ps; [ pandas requests python-dotenv pip uv ]))
nodejs
putty # SSH/Telnet client
octofriend-nix.packages.x86_64-linux.default
octofriend-nix.packages.${pkgs.system}.default
];
programs.nix-ld.enable = true;