mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-04 19:13:56 +00:00
packaging stuff up
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "docker-cleanup";
|
||||
runtimeInputs = [
|
||||
pkgs.docker-client
|
||||
pkgs.gawk
|
||||
pkgs.gnugrep
|
||||
];
|
||||
text = builtins.readFile ./docker-cleanup.sh;
|
||||
}
|
||||
Reference in New Issue
Block a user