Update flake inputs

Remove sunshine, moonshine and ollama
This commit is contained in:
Pim Kunis 2025-05-17 14:38:03 +02:00
parent dbda01a16f
commit 9b89576d42
7 changed files with 72 additions and 98 deletions

View file

@ -146,7 +146,7 @@
};
nix = {
package = pkgs.nixVersions.stable;
package = lib.mkDefault pkgs.nixVersions.stable;
extraOptions = ''
experimental-features = nix-command flakes
@ -181,7 +181,7 @@
];
permittedInsecurePackages = [
"electron-31.7.7"
"electron-33.4.11"
];
};