aboutsummary
aboutsummaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guix-cookbook.texi')
0 files changed, 0 insertions, 0 deletions
ho $command_output | cut -f2 -d' ')" store_path="$(echo $command_output | cut -f1 -d' ')" [ "$expected_hash" = "$computed_hash" ] diff -r -x ".git" $test_git_repo $store_path done # Should fail. guix download --git --branch=non_existent "file://$test_git_repo" && false # Same but download to file instead of store. guix download --git "file://$test_git_repo" -o $output_dir diff -r -x ".git" $test_git_repo $output_dir exit 0