Go to file
2024-04-27 12:32:51 +01:00
fake_nixpkgs transfer over nix-flakes settings 2023-08-12 08:21:33 +01:00
root/etc transfer over nix-flakes settings 2023-08-12 08:21:33 +01:00
.gitignore add basic flakes action image 2023-08-12 07:36:17 +01:00
flake.lock update 2024-04-21 18:05:57 +01:00
flake.nix add zstd tools to the base flake actions image to be able to run standard nix community actions 2024-04-27 12:32:51 +01:00
README.md add zstd tools to the base flake actions image to be able to run standard nix community actions 2024-04-27 12:32:51 +01:00

  • `nix build '.#flakes-action' #for default platform
  • nix build '#packages.aarch64-linux.flakes-action' #for specific platform
export BASE_IMAGE_DOCKER_TAG=`docker load < result | grep -i 'loaded image' | cut -f3 -d ' '`
docker tag $BASE_IMAGE_DOCKER_TAG git.cyplo.dev/cyplo/base-images/flakes-action:latest
docker push git.cyplo.dev/cyplo/base-images/flakes-action:latest