2020-03-28 14:24:17 +00:00
|
|
|
name: "Test"
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
push:
|
2023-04-28 11:26:11 +00:00
|
|
|
|
2023-05-19 11:33:38 +00:00
|
|
|
env:
|
|
|
|
CURRENT_STABLE_CHANNEL: nixpkgs-22.11-darwin
|
|
|
|
|
2020-03-28 14:24:17 +00:00
|
|
|
jobs:
|
2023-05-19 11:33:38 +00:00
|
|
|
test-stable:
|
2022-08-12 16:13:11 +00:00
|
|
|
runs-on: macos-12
|
2020-11-04 20:05:19 +00:00
|
|
|
timeout-minutes: 30
|
2020-03-28 14:24:17 +00:00
|
|
|
steps:
|
2023-04-26 21:00:58 +00:00
|
|
|
- uses: actions/checkout@v3
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Install nix corresponding to latest stable channel
|
|
|
|
uses: cachix/install-nix-action@v20
|
|
|
|
with:
|
|
|
|
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.10.0pre20220822_7c3ab57/install
|
|
|
|
extra_nix_config: |
|
|
|
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
2023-05-19 11:33:38 +00:00
|
|
|
- run: nix-build ./release.nix -I nixpkgs=channel:${{ env.CURRENT_STABLE_CHANNEL }} -I darwin=. -A tests
|
|
|
|
- run: nix-build ./release.nix -I nixpkgs=channel:${{ env.CURRENT_STABLE_CHANNEL }} -I darwin=. -A manpages
|
|
|
|
- run: nix-build ./release.nix -I nixpkgs=channel:${{ env.CURRENT_STABLE_CHANNEL }} -I darwin=. -A examples.simple
|
|
|
|
|
|
|
|
test-unstable:
|
2022-08-12 16:13:11 +00:00
|
|
|
runs-on: macos-12
|
2020-11-04 20:05:19 +00:00
|
|
|
timeout-minutes: 30
|
2020-03-28 14:24:17 +00:00
|
|
|
steps:
|
2023-05-19 11:33:38 +00:00
|
|
|
- uses: actions/checkout@v3
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Install nix from current unstable channel
|
|
|
|
uses: cachix/install-nix-action@v20
|
|
|
|
with:
|
2023-05-19 11:33:38 +00:00
|
|
|
nix_path: nixpkgs=channel:${{ env.CURRENT_STABLE_CHANNEL }}
|
2023-04-28 11:26:11 +00:00
|
|
|
extra_nix_config: |
|
|
|
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
2023-05-19 11:33:38 +00:00
|
|
|
- run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-unstable -I darwin=. -A tests
|
|
|
|
- run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-unstable -I darwin=. -A manpages
|
|
|
|
- run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-unstable -I darwin=. -A examples.simple
|
2023-04-28 11:26:11 +00:00
|
|
|
|
2023-05-19 11:33:38 +00:00
|
|
|
install-against-stable:
|
2022-08-12 16:13:11 +00:00
|
|
|
runs-on: macos-12
|
2020-11-04 20:05:19 +00:00
|
|
|
timeout-minutes: 30
|
2020-03-28 14:24:17 +00:00
|
|
|
steps:
|
2023-04-26 21:00:58 +00:00
|
|
|
- uses: actions/checkout@v3
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Install nix corresponding to latest stable channel
|
|
|
|
uses: cachix/install-nix-action@v20
|
|
|
|
with:
|
|
|
|
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.10.0pre20220822_7c3ab57/install
|
2023-05-19 11:33:38 +00:00
|
|
|
nix_path: nixpkgs=channel:${{ env.CURRENT_STABLE_CHANNEL }}
|
2023-04-28 11:26:11 +00:00
|
|
|
extra_nix_config: |
|
|
|
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
2023-05-19 11:33:38 +00:00
|
|
|
- name: Install ${{ env.CURRENT_STABLE_CHANNEL }} channel
|
|
|
|
run: |
|
|
|
|
nix-channel --add https://nixos.org/channels/${{ env.CURRENT_STABLE_CHANNEL }} nixpkgs
|
2020-03-28 14:24:17 +00:00
|
|
|
nix-channel --update
|
2023-05-19 11:33:38 +00:00
|
|
|
- name: Install nix-darwin and test
|
|
|
|
run: |
|
2020-11-04 20:05:19 +00:00
|
|
|
export NIX_PATH=$HOME/.nix-defexpr/channels
|
2020-03-28 14:24:17 +00:00
|
|
|
nix-shell -A installer
|
|
|
|
nix-shell -A installer.check
|
2023-05-19 11:33:38 +00:00
|
|
|
- name: Build and activate default derivation
|
|
|
|
run: |
|
2020-03-28 14:24:17 +00:00
|
|
|
. /etc/static/bashrc
|
|
|
|
darwin-rebuild switch -I darwin=.
|
2023-05-19 11:33:38 +00:00
|
|
|
- name: Test uninstallation of nix-darwin
|
|
|
|
run: |
|
2020-11-04 20:05:19 +00:00
|
|
|
export NIX_PATH=$HOME/.nix-defexpr/channels
|
2020-03-28 14:24:17 +00:00
|
|
|
nix-shell -A uninstaller
|
|
|
|
nix-shell -A uninstaller.check
|
2021-12-21 13:23:21 +00:00
|
|
|
- name: Debugging tmate session
|
|
|
|
if: ${{ failure() }}
|
|
|
|
uses: mxschmitt/action-tmate@v3
|
|
|
|
timeout-minutes: 15
|
|
|
|
with:
|
|
|
|
limit-access-to-actor: true
|
2023-05-19 11:33:38 +00:00
|
|
|
|
|
|
|
install-against-unstable:
|
2022-08-12 16:13:11 +00:00
|
|
|
runs-on: macos-12
|
2023-05-19 11:33:38 +00:00
|
|
|
timeout-minutes: 30
|
2020-10-18 12:36:51 +00:00
|
|
|
steps:
|
2023-05-19 11:33:38 +00:00
|
|
|
- uses: actions/checkout@v3
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Install nix from current unstable channel
|
|
|
|
uses: cachix/install-nix-action@v20
|
2021-03-24 19:26:32 +00:00
|
|
|
with:
|
2023-05-19 11:33:38 +00:00
|
|
|
nix_path: nixpkgs=channel:nixpkgs-unstable
|
2023-04-28 11:26:11 +00:00
|
|
|
extra_nix_config: |
|
|
|
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
2023-05-19 11:33:38 +00:00
|
|
|
- name: Install nixpkgs-unstable channel
|
2023-04-28 11:26:11 +00:00
|
|
|
run: |
|
2023-05-19 11:33:38 +00:00
|
|
|
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
|
2020-03-28 14:24:17 +00:00
|
|
|
nix-channel --update
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Install nix-darwin and test
|
|
|
|
run: |
|
2020-11-04 20:05:19 +00:00
|
|
|
export NIX_PATH=$HOME/.nix-defexpr/channels
|
2020-03-28 14:24:17 +00:00
|
|
|
nix-shell -A installer
|
|
|
|
nix-shell -A installer.check
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Build and activate default derivation
|
|
|
|
run: |
|
2020-03-28 14:24:17 +00:00
|
|
|
. /etc/static/bashrc
|
|
|
|
darwin-rebuild switch -I darwin=.
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Test uninstallation of nix-darwin
|
|
|
|
run: |
|
2020-11-04 20:05:19 +00:00
|
|
|
export NIX_PATH=$HOME/.nix-defexpr/channels
|
2020-03-28 14:24:17 +00:00
|
|
|
nix-shell -A uninstaller
|
|
|
|
nix-shell -A uninstaller.check
|
2021-12-21 13:23:21 +00:00
|
|
|
- name: Debugging tmate session
|
|
|
|
if: ${{ failure() }}
|
|
|
|
uses: mxschmitt/action-tmate@v3
|
|
|
|
timeout-minutes: 15
|
2021-03-24 19:26:32 +00:00
|
|
|
with:
|
2021-12-21 13:23:21 +00:00
|
|
|
limit-access-to-actor: true
|
2023-04-28 11:26:11 +00:00
|
|
|
|
2023-05-19 11:33:38 +00:00
|
|
|
install-flake-against-stable:
|
2022-08-12 16:13:11 +00:00
|
|
|
runs-on: macos-12
|
2023-04-28 11:26:11 +00:00
|
|
|
timeout-minutes: 30
|
2020-10-18 12:36:51 +00:00
|
|
|
steps:
|
2023-04-26 21:00:58 +00:00
|
|
|
- uses: actions/checkout@v3
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Install nix version corresponding to latest stable channel
|
|
|
|
uses: cachix/install-nix-action@v20
|
2021-03-24 19:26:32 +00:00
|
|
|
with:
|
2023-04-28 11:26:11 +00:00
|
|
|
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.10.0pre20220822_7c3ab57/install
|
2023-05-19 11:33:38 +00:00
|
|
|
nix_path: nixpkgs=channel:${{ env.CURRENT_STABLE_CHANNEL }}
|
2023-04-28 11:26:11 +00:00
|
|
|
extra_nix_config: |
|
|
|
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
2023-05-19 11:33:38 +00:00
|
|
|
- name: Install ${{ env.CURRENT_STABLE_CHANNEL }} channel
|
|
|
|
run: |
|
|
|
|
nix-channel --add https://nixos.org/channels/${{ env.CURRENT_STABLE_CHANNEL }} nixpkgs
|
|
|
|
nix-channel --update
|
|
|
|
- name: Install nix-darwin and test result
|
|
|
|
run: |
|
|
|
|
export NIX_PATH=$HOME/.nix-defexpr/channels
|
|
|
|
nix-shell -A installer
|
|
|
|
nix-shell -A installer.check
|
|
|
|
- name: Build simple flake configuration
|
|
|
|
run: |
|
|
|
|
nix build ./modules/examples#darwinConfigurations.simple.system --override-input darwin .
|
|
|
|
- name: Activate derivation of simple flake build
|
|
|
|
run: |
|
|
|
|
./result/sw/bin/darwin-rebuild switch --flake ./modules/examples#simple --override-input darwin .
|
|
|
|
- name: Rebuild and activate simple flake, but this time using nix-darwins flake interface
|
|
|
|
run: |
|
|
|
|
. /etc/static/bashrc
|
|
|
|
darwin-rebuild build --flake ./modules/examples#simple --override-input darwin .
|
|
|
|
- name: Test git submodules
|
|
|
|
run: |
|
|
|
|
. /etc/static/bashrc
|
|
|
|
|
|
|
|
mkdir -p /tmp/{test-nix-darwin-submodules,example-submodule}
|
|
|
|
|
|
|
|
pushd /tmp/example-submodule
|
|
|
|
echo '"hello"' > hello.nix
|
|
|
|
git init
|
|
|
|
git add .
|
|
|
|
git commit -m "add a submodule we will import"
|
|
|
|
popd
|
|
|
|
|
|
|
|
cp -a ./modules/examples/. /tmp/test-nix-darwin-submodules
|
|
|
|
|
|
|
|
pushd /tmp/test-nix-darwin-submodules
|
|
|
|
/usr/bin/sed -i.bak \
|
|
|
|
'\#modules = \[#s#darwin.darwinModules.simple#./simple.nix#' \
|
|
|
|
./flake.nix
|
|
|
|
/usr/bin/sed -i.bak \
|
|
|
|
's#pkgs.vim#pkgs."${import ./submodule-test/hello.nix}"#' \
|
|
|
|
./simple.nix
|
|
|
|
git init
|
|
|
|
git add flake.nix simple.nix
|
|
|
|
git \
|
|
|
|
-c protocol.file.allow=always \
|
|
|
|
submodule add /tmp/example-submodule submodule-test
|
|
|
|
popd
|
|
|
|
|
|
|
|
# Should fail
|
|
|
|
darwin-rebuild build \
|
|
|
|
--flake /tmp/test-nix-darwin-submodules#simple \
|
|
|
|
--override-input darwin . \
|
|
|
|
&& {
|
|
|
|
printf 'succeeded while expecting failure due to submodule\n' >/dev/stderr
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
# Should also fail
|
|
|
|
darwin-rebuild build \
|
|
|
|
--flake /tmp/test-nix-darwin-submodules?submodules=0#simple \
|
|
|
|
--override-input darwin . \
|
|
|
|
&& {
|
|
|
|
printf 'succeeded while expecting failure due to submodule\n' >/dev/stderr
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
|
|
|
|
# Should succeed
|
|
|
|
darwin-rebuild build \
|
|
|
|
--flake /tmp/test-nix-darwin-submodules?submodules=1#simple \
|
|
|
|
--override-input darwin .
|
|
|
|
|
|
|
|
install-flake-against-unstable:
|
|
|
|
runs-on: macos-12
|
|
|
|
timeout-minutes: 30
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Install nix from current unstable channel
|
|
|
|
uses: cachix/install-nix-action@v20
|
2021-03-24 19:26:32 +00:00
|
|
|
with:
|
2023-05-19 11:33:38 +00:00
|
|
|
nix_path: nixpkgs=channel:nixpkgs-unstable
|
2023-04-28 11:26:11 +00:00
|
|
|
extra_nix_config: |
|
|
|
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
2023-05-19 11:33:38 +00:00
|
|
|
- name: Install nixpkgs-unstable channel
|
2023-04-28 11:26:11 +00:00
|
|
|
run: |
|
2021-03-24 19:46:18 +00:00
|
|
|
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
|
|
|
|
nix-channel --update
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Install nix-darwin and test result
|
|
|
|
run: |
|
2021-03-24 19:46:18 +00:00
|
|
|
export NIX_PATH=$HOME/.nix-defexpr/channels
|
|
|
|
nix-shell -A installer
|
2023-04-28 11:26:11 +00:00
|
|
|
nix-shell -A installer.check
|
|
|
|
- name: Build simple flake configuration
|
|
|
|
run: |
|
2021-09-14 16:55:17 +00:00
|
|
|
nix build ./modules/examples#darwinConfigurations.simple.system --override-input darwin .
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Activate derivation of simple flake build
|
|
|
|
run: |
|
2021-09-14 16:55:17 +00:00
|
|
|
./result/sw/bin/darwin-rebuild switch --flake ./modules/examples#simple --override-input darwin .
|
2023-04-28 11:26:11 +00:00
|
|
|
- name: Rebuild and activate simple flake, but this time using nix-darwins flake interface
|
|
|
|
run: |
|
2020-10-18 12:36:51 +00:00
|
|
|
. /etc/static/bashrc
|
2021-09-14 16:55:17 +00:00
|
|
|
darwin-rebuild build --flake ./modules/examples#simple --override-input darwin .
|
2022-12-13 22:35:22 +00:00
|
|
|
- name: Test git submodules
|
|
|
|
run: |
|
|
|
|
. /etc/static/bashrc
|
|
|
|
|
|
|
|
mkdir -p /tmp/{test-nix-darwin-submodules,example-submodule}
|
|
|
|
|
|
|
|
pushd /tmp/example-submodule
|
|
|
|
echo '"hello"' > hello.nix
|
|
|
|
git init
|
|
|
|
git add .
|
|
|
|
git commit -m "add a submodule we will import"
|
|
|
|
popd
|
|
|
|
|
|
|
|
cp -a ./modules/examples/. /tmp/test-nix-darwin-submodules
|
|
|
|
|
|
|
|
pushd /tmp/test-nix-darwin-submodules
|
|
|
|
/usr/bin/sed -i.bak \
|
|
|
|
'\#modules = \[#s#darwin.darwinModules.simple#./simple.nix#' \
|
|
|
|
./flake.nix
|
|
|
|
/usr/bin/sed -i.bak \
|
|
|
|
's#pkgs.vim#pkgs."${import ./submodule-test/hello.nix}"#' \
|
|
|
|
./simple.nix
|
|
|
|
git init
|
|
|
|
git add flake.nix simple.nix
|
|
|
|
git \
|
|
|
|
-c protocol.file.allow=always \
|
|
|
|
submodule add /tmp/example-submodule submodule-test
|
|
|
|
popd
|
|
|
|
|
|
|
|
# Should fail
|
|
|
|
darwin-rebuild build \
|
|
|
|
--flake /tmp/test-nix-darwin-submodules#simple \
|
|
|
|
--override-input darwin . \
|
|
|
|
&& {
|
|
|
|
printf 'succeeded while expecting failure due to submodule\n' >/dev/stderr
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
# Should also fail
|
|
|
|
darwin-rebuild build \
|
|
|
|
--flake /tmp/test-nix-darwin-submodules?submodules=0#simple \
|
|
|
|
--override-input darwin . \
|
|
|
|
&& {
|
|
|
|
printf 'succeeded while expecting failure due to submodule\n' >/dev/stderr
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
|
|
|
|
# Should succeed
|
|
|
|
darwin-rebuild build \
|
|
|
|
--flake /tmp/test-nix-darwin-submodules?submodules=1#simple \
|
|
|
|
--override-input darwin .
|
2023-04-05 17:14:46 +00:00
|
|
|
# Should also succeed
|
|
|
|
darwin-rebuild build \
|
|
|
|
--flake git+file:///tmp/test-nix-darwin-submodules?submodules=1#simple \
|
|
|
|
--override-input darwin .
|