feat: use gzip again in gitea runner
This commit is contained in:
parent
d8f1692c99
commit
f2bd0a43ec
@ -16,7 +16,7 @@
|
|||||||
nodejs
|
nodejs
|
||||||
wget
|
wget
|
||||||
gnutar
|
gnutar
|
||||||
xz
|
gzip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
3
hosts/wsl/modules/podman.nix
Normal file
3
hosts/wsl/modules/podman.nix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
virtualisation.podman.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user