mirror of
https://github.com/NixOS/nix
synced 2025-07-09 16:13:54 +02:00
More quote coalescing
This commit is contained in:
parent
d8ae28617d
commit
33241887d1
2 changed files with 14 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue