fix(wsl): add extra experimental features

This commit is contained in:
Oliver Davies 2023-11-07 09:27:07 +00:00
parent c01ac9422a
commit 4b1cf2a0ce

6
run
View file

@ -37,7 +37,11 @@ function wsl2 {
local command="${1}" local command="${1}"
NIXPKGS_ALLOW_UNFREE=1 home-manager "${command}" --flake ".#wsl2" --impure NIXPKGS_ALLOW_UNFREE=1 home-manager "${command}" \
--extra-experimental-features flakes \
--extra-experimental-features nix-command \
--flake ".#wsl2" \
--impure
} }
TIMEFORMAT=$'\nTask completed in %3lR' TIMEFORMAT=$'\nTask completed in %3lR'