From e778a33710c01d1320e2cd36c0ebcf668ea0fcc4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 4 Oct 2023 23:39:08 +0300 Subject: chore(3p/sources): bump channels & overlays (2023-10-04) nixpkgs changed something in how it deals with configuration of the package set itself when that is externally instantiated (like in depot) It seems like we can work around this mostly by just ... deleting some code, as all instances of this were for allowing unfree code, which we've already set on the top-level anyways. * //users/sterni: fix nixpkgs config assertion to point at pkgs.config * //users/wpcarro: disable locate service, which is broken in nixpkgs Change-Id: Iacf6f1c8fd5b5289e7265e155d74f8269a858ceb Reviewed-on: https://cl.tvl.fyi/c/depot/+/9541 Reviewed-by: sterni Reviewed-by: wpcarro Reviewed-by: grfn Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: tazjin --- users/tazjin/nixos/khamovnik/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'users/tazjin/nixos') diff --git a/users/tazjin/nixos/khamovnik/default.nix b/users/tazjin/nixos/khamovnik/default.nix index ca214876cc..957397f281 100644 --- a/users/tazjin/nixos/khamovnik/default.nix +++ b/users/tazjin/nixos/khamovnik/default.nix @@ -112,8 +112,6 @@ in hardware.bluetooth.enable = true; users.users.tazjin.extraGroups = [ "tss" ]; - nixpkgs.config.allowUnfree = true; - environment.systemPackages = with pkgs; [ tdesktop ]; -- cgit 1.4.1