will be better once nixd has support

This commit is contained in:
Daylin Morgan 2024-08-09 10:42:36 -05:00
parent ea0f6262a8
commit 8c1f72b605
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -16,7 +16,7 @@ in
# nix.package = pkgs.nixVersions.latest; # nix.package = pkgs.nixVersions.latest;
nix = { nix = {
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes pipe-operator
use-xdg-base-directories = true use-xdg-base-directories = true
''; '';