Update flake inputs
Remove sunshine, moonshine and ollama
This commit is contained in:
parent
dbda01a16f
commit
9b89576d42
7 changed files with 72 additions and 98 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue