Skip to content

Commit 52a8594

Browse files
committed
Force bump nix version to 2.35.1 to use lazy tree
NixOS/nix@891ef14
1 parent f74d46d commit 52a8594

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nixos/nix.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
{ pkgs, ... }:
2+
13
# https://github.com/NixOS/nixpkgs/blob/nixos-26.05/nixos/modules/config/nix.nix
24
{
35
nix = {
6+
# TODO: Use stable version once nixos-26.11 release. Currently bumping to use lazy tree: https://github.com/NixOS/nix/commit/891ef140b8564a7848a3d75976e172c3e15ec14b
7+
package = pkgs.unstable.nixVersions.latest;
8+
49
settings = {
510
experimental-features = [
611
"nix-command"

0 commit comments

Comments
 (0)