From d014572b7a2bf118e7d3cea8570af0eaeebc8608 Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Tue, 11 Feb 2025 22:48:48 +0100 Subject: [PATCH] Actions: simplify update action --- .forgejo/workflows/update.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index 16596aa..b37e5aa 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -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'