Actions: misc
All checks were successful
build and publish containers / build (nixos, 24.11) (push) Successful in 3m51s
build and publish containers / build (nixos, unstable) (push) Successful in 4m50s

* remove redundent step
* add missing sed to actions image
This commit is contained in:
Julian Stiller 2025-02-11 00:41:22 +01:00
parent f8e7c2d0f3
commit 3a2cc1d3d7
3 changed files with 2 additions and 3 deletions

View file

@ -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:

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
result
result-*
nixos-*

View file

@ -29,6 +29,7 @@
gawk
gitFull
gnugrep
gnused
gnutar
gzip
jq