commit c425536ec3da104ca65d8223aa0174a9f620490d
parent 0ff926333f95de8094040ab4dbb9e604112ccadd
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 19 Oct 2023 10:06:05 +0200
try if explicitly requirung python312 works
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -305,6 +305,7 @@
environment.systemPackages = with pkgs; [
unstable.forgejo-actions-runner
config.services.headscale.package
+ python312
];
# Configure your system-wide user settings (groups, etc), add more users as needed.