fix build on linux

This commit is contained in:
Noah Masur
2022-06-19 23:54:16 -04:00
parent e22a4f3df2
commit fdfc66c7ad
6 changed files with 27 additions and 11 deletions

View File

@ -30,7 +30,7 @@
pushd ${config.dotfilesPath}
git add --all
popd
commandline -r doas nixos-rebuild switch $option --flake ${config.dotfilesPath}
commandline -r "doas nixos-rebuild switch $option --flake ${config.dotfilesPath}"
commandline -f execute
'';
};