addeed dotnet-core-combined
This commit is contained in:
parent
2f7811c197
commit
44a14bd6ae
|
@ -113,10 +113,10 @@
|
|||
liberation_ttf
|
||||
dina-font
|
||||
proggyfonts
|
||||
# Fonts
|
||||
# Fonts
|
||||
nerd-fonts.meslo-lg
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.droid-sans-mono
|
||||
nerd-fonts.zed-mono
|
||||
nerd-fonts.iosevka
|
||||
|
@ -150,6 +150,10 @@
|
|||
};
|
||||
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"dotnet-core-combined"
|
||||
];
|
||||
|
||||
# ld
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
|
@ -184,6 +188,7 @@
|
|||
nodejs
|
||||
dotnet-sdk
|
||||
dotnet-runtime
|
||||
dotnet-core-combined
|
||||
|
||||
# language servers
|
||||
csharp-ls
|
||||
|
|
Loading…
Reference in a new issue