Actions: simplify update action
Some checks failed
build and publish containers / build (nixos, unstable) (push) Failing after 5m52s
build and publish containers / build (nixos, 24.11) (push) Failing after 6m53s

This commit is contained in:
Julian Stiller 2025-02-11 22:48:48 +01:00
parent 74177692be
commit d014572b7a

View file

@ -8,8 +8,6 @@ jobs:
flake-lock-update:
runs-on: nixos-latest
steps:
- run: nix-env -iA nixpkgs.nodejs_20 nixpkgs.gnused nixpkgs.coreutils
- run: mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
- uses: actions/checkout@v4
with:
ref: 'main'