building server container repo

This commit is contained in:
Julian Sutter 2024-12-11 10:54:36 -08:00
parent 2b3fd3562f
commit 243b460145
10 changed files with 18 additions and 22 deletions

View file

@ -1,10 +0,0 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
(python3.withPackages(ps: with ps; [ pandas requests ]))
nodejs
rpi-imager
];
}