First Try
This commit is contained in:
7
modules/darwin/packages.nix
Normal file
7
modules/darwin/packages.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs }:
|
||||
|
||||
with pkgs;
|
||||
let shared-packages = import ../shared/packages.nix { inherit pkgs; }; in
|
||||
shared-packages ++ [
|
||||
dockutil
|
||||
]
|
Reference in New Issue
Block a user