Update nixpkgs, for gnome 40

This commit is contained in:
Sridhar Ratnakumar 2021-05-07 17:10:42 -04:00
parent b8073e2ed3
commit 700724433e
3 changed files with 8 additions and 5 deletions

8
flake.lock generated
View file

@ -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"
}
},

View file

@ -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";

View file

@ -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;