1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 16:13:54 +02:00

More quote coalescing

This commit is contained in:
John Ericson 2024-06-12 17:47:54 -04:00
parent d8ae28617d
commit 33241887d1
2 changed files with 14 additions and 14 deletions

View file

@ -8,8 +8,8 @@ templatesDir=$TEST_ROOT/templates
flakeDir=$TEST_ROOT/flake
nixpkgsDir=$TEST_ROOT/nixpkgs
nix registry add --registry "$registry" templates git+file://"$templatesDir"
nix registry add --registry "$registry" nixpkgs git+file://"$nixpkgsDir"
nix registry add --registry "$registry" templates "git+file://$templatesDir"
nix registry add --registry "$registry" nixpkgs "git+file://$nixpkgsDir"
createGitRepo "$nixpkgsDir"
createSimpleGitFlake "$nixpkgsDir"