mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46:15 +02:00
housekeeping: shellcheck for tests/functional/flakes/bundle.sh
This commit is contained in:
parent
ee57c610ae
commit
ece86b7191
1 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
source common.sh
|
||||
|
||||
cp ../simple.nix ../simple.builder.sh ../config.nix $TEST_HOME
|
||||
cp ../simple.nix ../simple.builder.sh ../config.nix "$TEST_HOME"
|
||||
|
||||
cd $TEST_HOME
|
||||
cd "$TEST_HOME"
|
||||
|
||||
cat <<EOF > flake.nix
|
||||
{
|
||||
|
@ -27,8 +27,8 @@ EOF
|
|||
|
||||
nix build .#
|
||||
nix bundle --bundler .# .#
|
||||
nix bundle --bundler .#bundlers.$system.default .#packages.$system.default
|
||||
nix bundle --bundler .#bundlers.$system.simple .#packages.$system.default
|
||||
nix bundle --bundler .#bundlers."$system".default .#packages."$system".default
|
||||
nix bundle --bundler .#bundlers."$system".simple .#packages."$system".default
|
||||
|
||||
nix bundle --bundler .#bundlers.$system.default .#apps.$system.default
|
||||
nix bundle --bundler .#bundlers.$system.simple .#apps.$system.default
|
||||
nix bundle --bundler .#bundlers."$system".default .#apps."$system".default
|
||||
nix bundle --bundler .#bundlers."$system".simple .#apps."$system".default
|
||||
|
|
Loading…
Reference in a new issue