Skip to content

Commit 16a3442

Browse files
committed
security: bump nix version for CVE-2026-39860
GHSA-g3g9-5vj6-r3gj
1 parent 71cad26 commit 16a3442

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nixos/programs/nix/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
config,
33
lib,
4+
pkgs,
45
...
56
}: {
67
options.my.nixos.programs.nix.enable = lib.mkEnableOption "sane nix configuration";
78

89
config = lib.mkIf config.my.nixos.programs.nix.enable {
910
nix = {
11+
package = pkgs.master.nix;
1012
channel.enable = false;
1113
distributedBuilds = true;
1214

0 commit comments

Comments
 (0)