1 parent 7456474 commit 7efaae9Copy full SHA for 7efaae9
1 file changed
components/dotnet.nix
@@ -1,9 +1,10 @@
1
-{pkgs, ...}:
2
-with pkgs.dotnetCorePackages; {
+{pkgs-unstable, ...}:
+with pkgs-unstable.dotnetCorePackages; {
3
home.packages = [
4
(combinePackages [
5
sdk_8_0
6
sdk_9_0
7
+ sdk_10_0
8
])
9
];
10
}
0 commit comments