From 3a2cc1d3d7991497e2b96377bcd1061bcc4f937a Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Tue, 11 Feb 2025 00:41:22 +0100 Subject: [PATCH] Actions: misc * remove redundent step * add missing sed to actions image --- .forgejo/workflows/publish.yaml | 3 --- .gitignore | 1 + flake.nix | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 9fa5922..f7acffa 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -15,9 +15,6 @@ jobs: container: [ nixos ] version: [ "24.11", "unstable" ] steps: - - name: pre-requisites - run: | - nix-env -iA nixpkgs.docker nixpkgs.podman nixpkgs.nodejs_20 nixpkgs.gnused nixpkgs.coreutils && mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf - name: checkout uses: actions/checkout@v4 with: diff --git a/.gitignore b/.gitignore index a806510..809a23c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ result result-* +nixos-* diff --git a/flake.nix b/flake.nix index 86240c4..5038ab5 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,7 @@ gawk gitFull gnugrep + gnused gnutar gzip jq