update nix

This commit is contained in:
Gerg-L 2024-02-24 12:27:34 -05:00
parent 479324d173
commit b986fec141
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 7 additions and 5 deletions

8
flake.lock generated
View file

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

View file

@ -25,7 +25,7 @@
type = "github";
owner = "NixOS";
repo = "nix";
ref = "d857914e1a41670893d6571726588659afe7b1e9";
ref = "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561";
inputs.nixpkgs.follows = "stable";
};
nixos-generators = {

View file

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