loutreos: only install stable packages

This commit is contained in:
nyanloutre 2025-03-05 09:48:36 +01:00
parent d8f1fe6a44
commit faae72437c
2 changed files with 5 additions and 32 deletions

View file

@ -57,15 +57,6 @@
system = "x86_64-linux";
specialArgs = {
inputs = inputs;
pkgs-unstable = import nixpkgs-unstable {
inherit system;
config.permittedInsecurePackages = [
"aspnetcore-runtime-6.0.36"
"aspnetcore-runtime-wrapped-6.0.36"
"dotnet-sdk-6.0.428"
"dotnet-sdk-wrapped-6.0.428"
];
};
pkgs-4a3fc4cf7 = import nixpkgs-4a3fc4cf7 {
inherit system;
};