add stable gimp3 release

This commit is contained in:
Kopatz
2025-03-18 12:43:24 +01:00
parent 478f2b769c
commit 488647ba3e
6 changed files with 20 additions and 13 deletions

View File

@@ -78,13 +78,6 @@ in {
};
};
gimp3 = final: _prev: {
gimp3 = import inputs.nixpkgs-gimp3 {
system = final.system;
config.allowUnfree = true;
};
};
mesa-git = final: _prev: {
mesa-git = import inputs.nixpkgs-mesa-git {
system = final.system;