Skip to content

Commit

Permalink
chore(systems): silicon: add pkgs.dotnet-sdk_6
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 26, 2025
1 parent 605e8e9 commit 05f1d89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@
inputs.nur.overlays.default
];

channels-config.allowUnfree = true;
channels-config = {
allowUnfree = true;
permittedInsecurePackages = [
"dotnet-sdk-6.0.428"
];
};
})
(
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
Expand Down
5 changes: 4 additions & 1 deletion systems/x86_64-linux/silicon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ in
pkgs.gnumake
pkgs.gcc
pkgs.powershell
pkgs.dotnet-sdk_8
(pkgs.dotnetCorePackages.combinePackages [
pkgs.dotnet-sdk_6
pkgs.dotnet-sdk_8
])
pkgs.azure-cli
];

Expand Down

0 comments on commit 05f1d89

Please sign in to comment.