Started on member migration

This commit is contained in:
2025-01-31 13:36:09 +01:00
parent 169e89cefb
commit 9cf9e5752f
30 changed files with 1122 additions and 58 deletions

View File

@@ -1,6 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
packages = with pkgs; [
openssl
];
languages.rust.enable = true;
languages.javascript = {