mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
housekeeping: shellcheck for tests/functional/flakes/bundle.sh
This commit is contained in:
parent
ee57c610ae
commit
ece86b7191
@ -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 New Issue
Block a user