mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
Add test cases for flake urls with fragments
This commit is contained in:
parent
f45d2ee2b7
commit
994f1b5c0d
1 changed files with 8 additions and 0 deletions
|
@ -193,6 +193,14 @@ nix build -o "$TEST_ROOT/result" flake1
|
||||||
nix build -o "$TEST_ROOT/result" "$flake1Dir"
|
nix build -o "$TEST_ROOT/result" "$flake1Dir"
|
||||||
nix build -o "$TEST_ROOT/result" "git+file://$flake1Dir"
|
nix build -o "$TEST_ROOT/result" "git+file://$flake1Dir"
|
||||||
|
|
||||||
|
# Test explicit packages.default.
|
||||||
|
nix build -o "$TEST_ROOT/result" "$flake1Dir#default"
|
||||||
|
nix build -o "$TEST_ROOT/result" "git+file://$flake1Dir#default"
|
||||||
|
|
||||||
|
# Test explicit packages.default with query.
|
||||||
|
nix build -o "$TEST_ROOT/result" "$flake1Dir?ref=HEAD#default"
|
||||||
|
nix build -o "$TEST_ROOT/result" "git+file://$flake1Dir?ref=HEAD#default"
|
||||||
|
|
||||||
# Check that store symlinks inside a flake are not interpreted as flakes.
|
# Check that store symlinks inside a flake are not interpreted as flakes.
|
||||||
nix build -o "$flake1Dir/result" "git+file://$flake1Dir"
|
nix build -o "$flake1Dir/result" "git+file://$flake1Dir"
|
||||||
nix path-info "$flake1Dir/result"
|
nix path-info "$flake1Dir/result"
|
||||||
|
|
Loading…
Reference in a new issue