diff options
| author | Christine Dodrill <me@christine.website> | 2021-02-15 16:34:52 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-02-15 16:34:52 -0500 |
| commit | f8c13c6eaa7bca1c45fe2e759b3396889679bc1e (patch) | |
| tree | 38a3442bd1887595843c0252ebdfe2a5249e4bb3 | |
| parent | dd5b0b12ece885659d395bb493aa76240305bf08 (diff) | |
| download | xesite-f8c13c6eaa7bca1c45fe2e759b3396889679bc1e.tar.xz xesite-f8c13c6eaa7bca1c45fe2e759b3396889679bc1e.zip | |
no out link
Signed-off-by: Christine Dodrill <me@christine.website>
| -rw-r--r-- | .github/workflows/nix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index c4ad1aa..cbfb540 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -15,4 +15,4 @@ jobs: - uses: cachix/cachix-action@v7 with: name: xe - - run: nix build --no-link + - run: nix-build --no-out-link |
