NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

more permission fixes

+1 -1
+1 -1
flake.nix
··· 423 423 pkgs.dockerTools.buildLayeredImageWithNixDb { 424 424 name = "nixos-runner"; 425 425 tag = "latest"; 426 - maxLayers = 2; 426 + # maxLayers = 2; 427 427 contents = [ 428 428 baseSystem 429 429 ]