1
0

pkgs/run-with-docker-group: Add script

This commit is contained in:
2024-08-05 09:59:33 +02:00
parent 43d2172fa7
commit a6a87883ee
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
pkgs.writeShellApplication {
name = "run-with-docker-group";
text = builtins.readFile ./run-with-docker-group.sh;
}