This commit is contained in:
2026-06-22 15:19:46 +01:00
parent de96bc030d
commit 808d6ac5db
21 changed files with 948 additions and 282 deletions
+3
View File
@@ -94,6 +94,8 @@
# Inherit inputs from checks.
checks = self.checks.${system};
ADMIN_REF_CODE = "meowmeowpurrrmeow";
# Additional dev-shell environment variables can be set directly
# MY_CUSTOM_DEVELOPMENT_VAR = "something else";
@@ -101,6 +103,7 @@
packages = [
pkgs.clang
pkgs.mold
pkgs.sea-orm-cli
];
};
}