diff options
| author | Fuwn <[email protected]> | 2024-08-31 19:04:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 19:04:52 -0700 |
| commit | c664a90a560401016b2c85cd701b52e1003e673f (patch) | |
| tree | 80161c797002d91d95559f24e9f502530bea941e /home/ebisu/fortune/system/virtualisation/docker | |
| parent | hi (diff) | |
| download | nixos-config-c664a90a560401016b2c85cd701b52e1003e673f.tar.xz nixos-config-c664a90a560401016b2c85cd701b52e1003e673f.zip | |
hi
Diffstat (limited to 'home/ebisu/fortune/system/virtualisation/docker')
| -rw-r--r-- | home/ebisu/fortune/system/virtualisation/docker/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/home/ebisu/fortune/system/virtualisation/docker/default.nix b/home/ebisu/fortune/system/virtualisation/docker/default.nix deleted file mode 100644 index 4d395ff..0000000 --- a/home/ebisu/fortune/system/virtualisation/docker/default.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - act - earthly - dive - docker-buildx - docker-slim - ]; -} |