feat: 添加Markdown编辑器
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
forEachSupportedSystem = f: nixpkgs.lib.genAttrs supportedSystems (system: f {
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config.permittedInsecurePackages = ["dotnet-sdk-6.0.428"];
|
||||
config.permittedInsecurePackages = [
|
||||
"dotnet-sdk-6.0.428"
|
||||
"beekeeper-studio-5.2.9"
|
||||
];
|
||||
};
|
||||
});
|
||||
in
|
||||
@@ -21,7 +24,7 @@
|
||||
nodejs
|
||||
sqlite
|
||||
sqls
|
||||
sql-studio
|
||||
beekeeper-studio
|
||||
zlib
|
||||
bash
|
||||
# Backend
|
||||
|
||||
Reference in New Issue
Block a user