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"
|
"nixpkgs-regression": "nixpkgs-regression"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1707913978,
|
"lastModified": 1708778093,
|
||||||
"narHash": "sha256-STyfZLkT0Sc6bNkfXVXR8OL0W7LUYHHuw4Bqwhb/Gr0=",
|
"narHash": "sha256-TC9pt2JNO0YEUi95s3wbvX93eA+sQeokwBRTAI4BeXI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "d857914e1a41670893d6571726588659afe7b1e9",
|
"rev": "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "d857914e1a41670893d6571726588659afe7b1e9",
|
"ref": "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
ref = "d857914e1a41670893d6571726588659afe7b1e9";
|
ref = "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561";
|
||||||
inputs.nixpkgs.follows = "stable";
|
inputs.nixpkgs.follows = "stable";
|
||||||
};
|
};
|
||||||
nixos-generators = {
|
nixos-generators = {
|
||||||
|
|
|
||||||
|
|
@ -72,10 +72,12 @@
|
||||||
# QMK configuration
|
# QMK configuration
|
||||||
via
|
via
|
||||||
qmk
|
qmk
|
||||||
|
gh
|
||||||
;
|
;
|
||||||
inherit (nvim-flake.packages) neovim;
|
inherit (nvim-flake.packages) neovim;
|
||||||
inherit (self.packages) lint nixfmt;
|
inherit (self.packages) lint nixfmt;
|
||||||
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
|
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
|
||||||
|
nixpkgs-review = pkgs.nixpkgs-review.override { nix = config.nix.package; };
|
||||||
};
|
};
|
||||||
etc = {
|
etc = {
|
||||||
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue