github-actions[bot]
48546bb730
flake.lock: Update ( #800 )
...
* flake.lock: Update
Flake lock file updates:
• Updated input 'nixos-infra':
'github:NixOS/infra/5e2b57f9a5bc43b9fd3eb822caaa7ddf0448b2b3?narHash=sha256-BiZudUcdFCpW9d8IXiPHXhKP1vTVqcDrQRtd/dLr7n0%3D' (2024-06-04)
→ 'github:NixOS/infra/ca11a27e5609a152b5e9d9293c4ea99e9234d9e6?narHash=sha256-%2BlOSTU8TjJZvNpcqANrTYarIdrMo4eUTYW1/CLWJ0No%3D' (2024-06-15)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/051f920625ab5aabe37c920346e3e69d7d34400e?narHash=sha256-4q0s6m0GUcN7q%2BY2DqD27iLvbcd1G50T2lv08kKxkSI%3D' (2024-06-07)
→ 'github:NixOS/nixpkgs/e9ee548d90ff586a6471b4ae80ae9cfcbceb3420?narHash=sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY%3D' (2024-06-13)
* ci: bump actions
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-06-16 19:21:05 +02:00
Rok Garbas
850cdf4c3b
ci: jq is already part of ci environment ( #767 )
...
* ci: jq is already part of ci environment
* ci: add --accept-flake-config flag to actually use the binary cache from flake.nix
2024-05-02 17:01:00 +02:00
Naïm Favier
b78a16e925
.github: bump install-nix-action ( #631 )
...
The new release addresses the issue with Nix 2.14.
https://github.com/cachix/install-nix-action/releases/tag/v20
2023-03-01 10:20:50 +01:00
Naïm Favier
218c6dc78a
.github: pin nix 2.13 ( #630 )
...
2.14 has a bug related to profile locations that breaks nix-env, which
in turn breaks cachix. Pin to 2.13 for now.
More info at https://github.com/NixOS/nixpkgs/pull/218858#issuecomment-1448758169
2023-02-28 21:55:43 +01:00
Naïm Favier
68f773854d
.github: fix action.yml escaping ( #555 )
2022-10-29 23:21:53 +02:00
Naïm Favier
e3ade32b1a
.github: re-add access token ( #553 )
...
Co-authored-by: Yannik Sander <me@ysndr.de>
2022-10-29 22:58:44 +02:00
Naïm Favier
5798bb000e
Show default outputs ( #452 )
...
* Show default outputs
Following https://github.com/NixOS/nix/pull/6242 , we now have access to
default outputs so we can single them out in the frontend.
We can also drop `--out-path`, which speeds up import quite a lot and
doesn't require increasing swap space or allowing broken/unfree
packages anymore.
* Use nixUnstable in CI
* Bump VERSION
2022-03-27 15:52:54 +02:00
Yannik Sander
2b7ce58d2f
Use composite action to reuse setup steps ( #433 )
...
* Add github action to check flake groups
* Run on pull_requests and filter ~files~ *paths*
* Use composite action to reuse setup steps
* Use common setuo for frontend action
* Fix path to action
* Remove checkout action from common setup
Checkout needed to fetch action
* Provide secrets to action
Co-authored-by: Rok Garbas <rok@garbas.si>
2022-02-28 00:10:09 +01:00