mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
update nix
This commit is contained in:
parent
479324d173
commit
b986fec141
3 changed files with 7 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
type = "github";
|
||||
owner = "NixOS";
|
||||
repo = "nix";
|
||||
ref = "d857914e1a41670893d6571726588659afe7b1e9";
|
||||
ref = "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561";
|
||||
inputs.nixpkgs.follows = "stable";
|
||||
};
|
||||
nixos-generators = {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue