mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
tests: test with conflicting profile links
This commit is contained in:
parent
29eb4d354a
commit
4e3dc5f925
1 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,17 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
install-both-profile-links = {
|
||||
script = ''
|
||||
tar -xf ./nix.tar.xz
|
||||
mv ./nix-* nix
|
||||
ln -s $HOME/.local/state/nix/profiles/a-profile $HOME/.nix-profile
|
||||
mkdir -p $HOME/.local/state/nix
|
||||
ln -s $HOME/.local/state/nix/profiles/b-profile $HOME/.local/state/nix/profile
|
||||
./nix/install --no-channel-add
|
||||
'';
|
||||
};
|
||||
|
||||
install-force-no-daemon = {
|
||||
script = ''
|
||||
tar -xf ./nix.tar.xz
|
||||
|
|
Loading…
Reference in a new issue