Update .net
This commit is contained in:
parent
639195dc43
commit
c11addd4cb
2 changed files with 15 additions and 2 deletions
15
flake.nix
15
flake.nix
|
|
@ -64,7 +64,20 @@
|
|||
overlays = [ inputs.nur.overlay ];
|
||||
config = {
|
||||
allowUnsupportedSystem = true;
|
||||
permittedInsecurePackages = [ "olm-3.2.16" ];
|
||||
permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
# well done dotnet...
|
||||
# this is just for omnisharp
|
||||
"dotnet-core-combined"
|
||||
"dotnet-sdk-6.0.428"
|
||||
"dotnet-sdk-wrapped-6.0.428"
|
||||
"dotnet-sdk-6.0.136"
|
||||
"dotnet-sdk-wrapped-6.0.136"
|
||||
"dotnet-sdk-7.0.120"
|
||||
"dotnet-sdk-wrapped-7.0.120"
|
||||
"dotnet-sdk-7.0.410"
|
||||
"dotnet-sdk-wrapped-7.0.410"
|
||||
];
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@
|
|||
packages = lib.mkOption {
|
||||
default = with pkgs; [
|
||||
#.!
|
||||
dotnet-sdk_8
|
||||
dotnet-sdk
|
||||
omnisharp-roslyn
|
||||
csharpier
|
||||
netcoredbg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue