update nixos and remove ts3 to avoid rebuilding qtwebengine

This commit is contained in:
2025-10-18 22:08:39 +02:00
parent eb400f97d7
commit a54dffd385
3 changed files with 6 additions and 12 deletions
Generated
+6 -6
View File
@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1760130406,
"narHash": "sha256-GKMwBaFRw/C1p1VtjDz4DyhyzjKUWyi1K50bh8lgA2E=",
"lastModified": 1760809591,
"narHash": "sha256-OxGcFcQdfOK8veZkPdQuqXIotFYiy4sBQB58dMNLeHY=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d305eece827a3fe317a2d70138f53feccaf890a1",
"rev": "870883ba11ba1c84f756c0c1f9fa74cdb2a16c1e",
"type": "github"
},
"original": {
@@ -55,11 +55,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1760038930,
"narHash": "sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw=",
"lastModified": 1760524057,
"narHash": "sha256-EVAqOteLBFmd7pKkb0+FIUyzTF61VKi7YmvP1tw4nEw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0b4defa2584313f3b781240b29d61f6f9f7e0df3",
"rev": "544961dfcce86422ba200ed9a0b00dd4b1486ec5",
"type": "github"
},
"original": {
-1
View File
@@ -8,7 +8,6 @@
vesktop
spotify
pass-wayland
teamspeak_client
(teamspeak6-client.overrideAttrs (old: {
version = "6.0.0-beta3";
src = pkgs.fetchurl {
-5
View File
@@ -4,11 +4,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Allow insecure packages
nixpkgs.config.permittedInsecurePackages = [
"qtwebengine-5.15.19" # Required for teamspeak_client
];
# Overlay different packages on top of nixpkgs
nixpkgs.overlays = [
(import ../../overlays/pkgs.nix)