From ffc7a42a3beb212dbbaf5fd42afb466f2bb4d746 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 27 Jan 2022 07:41:14 +0100 Subject: [PATCH] Update Flake inputs --- flake.lock | 20 ++++++++++---------- modules/system.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 2cd8acc..028cb37 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1638311312, - "narHash": "sha256-OMAd3WZ/VtMK0QQwDrrynP6+jOlWLd1yQtnW56+eZtA=", + "lastModified": 1643240026, + "narHash": "sha256-aBx8Ot/XgO7dlRUdWbG57z7rW3+ak1ZNBt2A0aWtmqU=", "owner": "nix-community", "repo": "home-manager", - "rev": "f23073f1daa769a28a12ac587eea487aa8afb196", + "rev": "24ed6e6d4d8df7045b1fe38dedc3db179321eaa3", "type": "github" }, "original": { @@ -20,10 +20,10 @@ }, "nixpkgs": { "locked": { - "lastModified": 1633080050, - "narHash": "sha256-T9I2WnlUzAIL70dk9V1jqaYk3nypy/cMkWR19S47ZHc=", - "path": "/nix/store/n2yn85z0ymd22iasnzpp4gn88n71947i-source", - "rev": "82155ff501c7622cb2336646bb62f7624261f6d7", + "lastModified": 1638198142, + "narHash": "sha256-plU9b8r4St6q4U7VHtG9V7oF8k9fIpfXl/KDaZLuY9k=", + "path": "/nix/store/k5f8bdi01gs45m1nnfypja4is7mkpvb5-source", + "rev": "8a308775674e178495767df90c419425474582a1", "type": "path" }, "original": { @@ -33,11 +33,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1638198142, - "narHash": "sha256-plU9b8r4St6q4U7VHtG9V7oF8k9fIpfXl/KDaZLuY9k=", + "lastModified": 1643080866, + "narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8a308775674e178495767df90c419425474582a1", + "rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d", "type": "github" }, "original": { diff --git a/modules/system.nix b/modules/system.nix index 284c343..2bad1e9 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -68,5 +68,5 @@ }; # Required for custom GTK themes - services.dbus.packages = with pkgs; [ gnome3.dconf ]; + services.dbus.packages = with pkgs; [ dconf ]; }