diff --git a/flake.lock b/flake.lock index 3cbdc76..b7da490 100644 --- a/flake.lock +++ b/flake.lock @@ -215,16 +215,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1707913978, - "narHash": "sha256-STyfZLkT0Sc6bNkfXVXR8OL0W7LUYHHuw4Bqwhb/Gr0=", + "lastModified": 1708778093, + "narHash": "sha256-TC9pt2JNO0YEUi95s3wbvX93eA+sQeokwBRTAI4BeXI=", "owner": "NixOS", "repo": "nix", - "rev": "d857914e1a41670893d6571726588659afe7b1e9", + "rev": "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561", "type": "github" }, "original": { "owner": "NixOS", - "ref": "d857914e1a41670893d6571726588659afe7b1e9", + "ref": "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 8ff3c15..f6f3f47 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ type = "github"; owner = "NixOS"; repo = "nix"; - ref = "d857914e1a41670893d6571726588659afe7b1e9"; + ref = "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561"; inputs.nixpkgs.follows = "stable"; }; nixos-generators = { diff --git a/hosts/gerg-desktop/main.nix b/hosts/gerg-desktop/main.nix index 1be1213..b84a046 100644 --- a/hosts/gerg-desktop/main.nix +++ b/hosts/gerg-desktop/main.nix @@ -72,10 +72,12 @@ # QMK configuration via qmk + gh ; inherit (nvim-flake.packages) neovim; inherit (self.packages) lint nixfmt; librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; }; + nixpkgs-review = pkgs.nixpkgs-review.override { nix = config.nix.package; }; }; etc = { "jdks/17".source = "${pkgs.openjdk17}/bin";