ci: switch from Cirrus to Github Actions

This commit is contained in:
Erik Arvstedt 2025-06-26 23:22:51 +02:00
parent 7d33e9d5e9
commit 5516bcc43b
No known key found for this signature in database
GPG key ID: 33312B944DD97846
9 changed files with 130 additions and 50 deletions

View file

@ -62,7 +62,6 @@ if [[ $nixosVersion ]]; then
setVersion 'system.stateVersion = "' ../examples/configuration.nix
setVersion 'nix-bitcoin.url = .*?/nixos-' ../examples/flakes/flake.nix
setVersion 'nix-bitcoin.url = .*?/nixos-' ../examples/container/flake.nix
setVersion 'image: nixpkgs.*?nixos-' ../.cirrus.yml
setVersion 'update-flake.sh ' ../dev/README.md
nix flake update nixpkgs --flake ..
else