From 700724433e58f77e9e84921a6c8f3b05fac21c75 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 7 May 2021 17:10:42 -0400 Subject: [PATCH] Update nixpkgs, for gnome 40 --- flake.lock | 8 ++++---- flake.nix | 2 +- hosts/x1c7.nix | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index d3e6bb8..76f5eee 100644 --- a/flake.lock +++ b/flake.lock @@ -166,17 +166,17 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1620374106, - "narHash": "sha256-1v3hj48aGu6pQZEW/nC/JIi+S1oUL3pJwCAyi4GLXNQ=", + "lastModified": 1620382360, + "narHash": "sha256-ZWYjVMnHlbSiPV2aZc5orzixpKSIsIWw+q4H+QtRdY0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1c16013bd6e94da748b41cc123c6b509a23eb440", + "rev": "9468b073267c9159d79b89686fabd09367f74ac3", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "1c16013bd6e94da748b41cc123c6b509a23eb440", + "rev": "9468b073267c9159d79b89686fabd09367f74ac3", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 7c61251..9eb71f0 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # https://status.nixos.org/ # # This ensures that we always use the official # cache. - nixpkgs.url = "github:nixos/nixpkgs/1c16013bd6e94da748b41cc123c6b509a23eb440"; + nixpkgs.url = "github:nixos/nixpkgs/9468b073267c9159d79b89686fabd09367f74ac3"; nixos-hardware.url = github:NixOS/nixos-hardware/master; home-manager.url = "github:nix-community/home-manager"; diff --git a/hosts/x1c7.nix b/hosts/x1c7.nix index 6007c53..3b7b9ff 100644 --- a/hosts/x1c7.nix +++ b/hosts/x1c7.nix @@ -23,6 +23,9 @@ # high-resolution display hardware.video.hidpi.enable = lib.mkDefault true; + # FIXME: https://github.com/NixOS/nixpkgs/pull/97972#issuecomment-834774554 + services.tlp.enable = false; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;