Update Flake inputs

This commit is contained in:
Paul-Henri Froidmont 2022-01-27 07:41:14 +01:00
parent e07f8d9d76
commit ffc7a42a3b
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View file

@ -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": {

View file

@ -68,5 +68,5 @@
};
# Required for custom GTK themes
services.dbus.packages = with pkgs; [ gnome3.dconf ];
services.dbus.packages = with pkgs; [ dconf ];
}