downgrade intellij

This commit is contained in:
Kopatz
2025-08-28 14:45:24 +02:00
parent 3ee59d16fb
commit f9c9d528fb
3 changed files with 8 additions and 7 deletions

View File

@@ -91,10 +91,10 @@ in
# config.permittedInsecurePackages = [ "electron-27.3.11" ];
# };
#};
#stable-packages = final: _prev: {
# stable = import inputs.nixpkgs {
# system = final.system;
# config.allowUnfree = true;
# };
#};
stable-packages = final: _prev: {
stable = import inputs.nixpkgs {
system = final.system;
config.allowUnfree = true;
};
};
}