newest update - without oranchelo

This commit is contained in:
2025-03-11 12:25:05 +01:00
parent 56d5ce4a9f
commit e257ff991d
6 changed files with 128 additions and 46 deletions

View File

@@ -35,6 +35,6 @@
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [ "electron-25.9.0" ];
permittedInsecurePackages = [ "electron-32.3.3" ];
};
}