pkgs/run-with-docker-group: Add script
This commit is contained in:
6
pkgs/run-with-docker-group/default.nix
Normal file
6
pkgs/run-with-docker-group/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "run-with-docker-group";
|
||||
text = builtins.readFile ./run-with-docker-group.sh;
|
||||
}
|
Reference in New Issue
Block a user