Fix non-functioning command

This commit is contained in:
Manuel Thalmann 2024-08-01 20:34:55 +02:00
parent 9b59ae9c5a
commit 1fcf4ef21e

View file

@ -76,7 +76,7 @@ $null = New-Module {
$scriptPath = "$PSScriptRoot/../../Common/Scripts/config.fish";
function fish {
wsl --shell-type login -- nix --extra-experimental-features "nix-command flakes" nixpkgs`#fish $args
wsl --shell-type login -- nix --extra-experimental-features "nix-command flakes" run nixpkgs`#fish $args
}
fish -c ". $(ConvertTo-LinuxPath $scriptPath); $Script" | ConvertFrom-Json;