Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 4, 2024
1 parent e7379ce commit 276e64f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
- name: NixOS test
if: matrix.system == 'x86_64-linux'
run: |
mkdir ${{ runner.temp }}/nixos && cd $_ && pwd
om init .#nixos -o . \
CONF=${{ runner.temp }}/nixos
mkdir $CONF
om init .#nixos -o $CONF \
--non-interactive \
--params '{"hostname": "example", "username": "srid", "git-name": "Srid", "git-email": "srid@srid.ca"}'
set -x
nix build .#nixosConfigurations.example.config.system.build.toplevel
nix build ${CONF}#nixosConfigurations.example.config.system.build.toplevel
type -f ./result/etc/profiles/per-user/srid/bin/git
- name: nix-darwin test
Expand Down

0 comments on commit 276e64f

Please sign in to comment.