Commit Graph

182 Commits

Author SHA1 Message Date
Stéphan Kochen c680c0b6af Error if cache folder is outside project 2023-01-23 15:18:06 +01:00
github-actions[bot] c13edc73cd Update dist 2023-01-23 14:14:19 +00:00
Stéphan Kochen 10a8f5a83b More relative path fixes 2023-01-23 15:13:50 +01:00
github-actions[bot] 3938c85ffe Update dist 2023-01-23 13:49:11 +00:00
Stéphan Kochen 4078ee09c9 Fix up install directories 2023-01-23 14:48:37 +01:00
github-actions[bot] d0bed1abaf Update dist 2023-01-23 13:38:48 +00:00
Stéphan Kochen 17492722f3 Merge pull request #57 from stephank/fix/workspaces
Upgrades, fix workspaces
2023-01-23 14:37:56 +01:00
Stéphan Kochen 721d643e11 Fix install for projects with workspaces 2023-01-23 14:34:59 +01:00
Stéphan Kochen 34930ea160 Upgrade project to Yarn 3.3.1 2023-01-23 14:34:59 +01:00
Stéphan Kochen 891a3f78ae Test with Node.js 18 2023-01-23 14:34:59 +01:00
Stéphan Kochen 09fad14144 Switch to cachix/install-nix-action 2023-01-23 14:34:59 +01:00
Stéphan Kochen a381caca5b Merge pull request #55 from stephank/dependabot/github_actions/actions/setup-node-3.6.0
Bump actions/setup-node from 3.5.1 to 3.6.0
2023-01-23 14:11:40 +01:00
github-actions[bot] 9e6ad4c333 Update dist 2023-01-23 13:09:31 +00:00
Stéphan Kochen 37a7bf2c31 Merge pull request #51 from nicknovitski/yarn-overrides
yarn packages respect overrideAttrs
2023-01-23 14:08:21 +01:00
github-actions[bot] 6b1c496c03 Update dist 2023-01-23 13:07:58 +00:00
Stéphan Kochen b5c26de746 Merge pull request #56 from stephank/fix/subdir
Fix yarn path when nix expr is in a subdirectory
2023-01-23 14:06:55 +01:00
Stéphan Kochen 59ff733bf0 Fix yarn path when nix expr is in a subdirectory 2023-01-23 13:56:46 +01:00
dependabot[bot] 817cd19655 Bump actions/setup-node from 3.5.1 to 3.6.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 06:05:50 +00:00
Stéphan Kochen 5e1a1dbb25 Merge pull request #54 from stephank/dependabot/github_actions/nixbuild/nix-quick-install-action-21
Bump nixbuild/nix-quick-install-action from 20 to 21
2022-12-26 20:05:08 +01:00
dependabot[bot] ebd57a9e88 Bump nixbuild/nix-quick-install-action from 20 to 21
Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 20 to 21.
- [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
- [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE)
- [Commits](https://github.com/nixbuild/nix-quick-install-action/compare/v20...v21)

---
updated-dependencies:
- dependency-name: nixbuild/nix-quick-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 06:07:03 +00:00
Stéphan Kochen 64a95a79f0 Merge pull request #53 from stephank/dependabot/github_actions/nixbuild/nix-quick-install-action-20
Bump nixbuild/nix-quick-install-action from 19 to 20
2022-12-23 10:41:30 +01:00
dependabot[bot] 2b457a5ee4 Bump nixbuild/nix-quick-install-action from 19 to 20
Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 19 to 20.
- [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
- [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE)
- [Commits](https://github.com/nixbuild/nix-quick-install-action/compare/v19...v20)

---
updated-dependencies:
- dependency-name: nixbuild/nix-quick-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 06:05:47 +00:00
Nick Novitski f298f56358 yarn packages respect overrideAttrs 2022-11-21 15:41:18 -08:00
github-actions[bot] 0aecab46fa Update dist 2022-11-09 12:25:46 +00:00
Stéphan Kochen 44cee3fc8a Merge pull request #48 from stephank/fix/paths
Fix incorrect paths in generated expression
2022-11-09 13:24:54 +01:00
Stéphan Kochen a357ca5b7f Fix incorrect paths in generated expression 2022-11-09 13:22:02 +01:00
Stéphan Kochen 8573cfb070 Upgrade dependencies 2022-11-09 13:16:06 +01:00
github-actions[bot] 594227c8bd Update dist 2022-11-04 15:10:47 +00:00
Stéphan Kochen 3722a71bcb Merge pull request #45 from stephank/fix/install-bin
Copy the lockfile to the installation
2022-11-04 16:10:23 +01:00
Stéphan Kochen b959792865 Copy the lockfile to the installation.
The `yarn nixify install-bin` step fails without it.
2022-11-04 16:05:09 +01:00
Stéphan Kochen 1c3cc21905 Merge pull request #44 from stephank/dependabot/github_actions/nixbuild/nix-quick-install-action-19
Bump nixbuild/nix-quick-install-action from 18 to 19
2022-11-02 12:42:43 +01:00
dependabot[bot] bd7a4c0312 Bump nixbuild/nix-quick-install-action from 18 to 19
Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 18 to 19.
- [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
- [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE)
- [Commits](https://github.com/nixbuild/nix-quick-install-action/compare/v18...v19)

---
updated-dependencies:
- dependency-name: nixbuild/nix-quick-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 06:25:14 +00:00
Stéphan Kochen 46d2a6f6e7 Merge pull request #43 from stephank/dependabot/github_actions/cachix/cachix-action-12
Bump cachix/cachix-action from 11 to 12
2022-10-28 09:15:51 +02:00
dependabot[bot] f6d54fd0d5 Bump cachix/cachix-action from 11 to 12
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 11 to 12.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v11...v12)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-28 06:50:21 +00:00
github-actions[bot] 2e28dab22d Update dist 2022-10-23 06:59:33 +00:00
Stéphan Kochen c02b964a4c Fix incomplete render when --mode is used 2022-10-23 08:58:56 +02:00
github-actions[bot] 2f198930a4 Update dist 2022-10-22 19:40:41 +00:00
Stéphan Kochen 26d88f0295 Sort cache entries 2022-10-22 21:40:19 +02:00
github-actions[bot] b336cee164 Update dist 2022-10-21 18:31:12 +00:00
Stéphan Kochen c58f4b3338 Export yarn-freestanding 2022-10-21 20:29:28 +02:00
Stéphan Kochen c624743e33 Merge pull request #42 from stephank/tweak-shell
Tweak Nix shell, add ESM support
2022-10-18 22:03:43 +02:00
Stéphan Kochen f60778e46f Update dist 2022-10-18 22:02:08 +02:00
Stéphan Kochen 60aa1f4434 Add support for ESM 2022-10-18 22:02:05 +02:00
Stéphan Kochen efae8a0744 Separate vars we don't want in a Nix shell 2022-10-18 22:02:05 +02:00
Stéphan Kochen d23c611065 Replace yarn alias with a shell script
This makes the yarn command available in Nix shell and direnv.
2022-10-18 21:49:33 +02:00
Stéphan Kochen 096172f23f Merge pull request #41 from stephank/dependabot/github_actions/actions/setup-node-3.5.1
Bump actions/setup-node from 3.5.0 to 3.5.1
2022-10-14 08:41:44 +02:00
dependabot[bot] 7db2537334 Bump actions/setup-node from 3.5.0 to 3.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 06:39:54 +00:00
Stéphan Kochen 1633623cef Merge pull request #40 from stephank/dependabot/github_actions/cachix/cachix-action-11
Bump cachix/cachix-action from 10 to 11
2022-10-13 08:45:23 +02:00
dependabot[bot] 0149209870 Bump cachix/cachix-action from 10 to 11
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v10...v11)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 06:21:12 +00:00
Stéphan Kochen af0e8efa3e Merge pull request #39 from stephank/dependabot/github_actions/nixbuild/nix-quick-install-action-18
Bump nixbuild/nix-quick-install-action from 17 to 18
2022-10-11 09:10:32 +02:00