update unstable version of nix to avoid rendering issue on man pages
This commit is contained in:
parent
0bd1312cfe
commit
86a6736bae
|
@ -159,7 +159,7 @@
|
||||||
"wegank.cachix.org-1:xHignps7GtkPP/gYK5LvA/6UFyz98+sgaxBSy7qK0Vs="
|
"wegank.cachix.org-1:xHignps7GtkPP/gYK5LvA/6UFyz98+sgaxBSy7qK0Vs="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
package = pkgs.nixFlakes; # or versioned attributes like nixVersions.nix_2_8
|
package = pkgs.unstable.nixFlakes; # or versioned attributes like nixVersions.nix_2_8
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue