dotfiles/pkgs/default.nix
Spotlight 67cf3adb8e
Properly export all packages for CI builds
We now properly handle deeply merging attributes, allowing us to export both the home-manager configuration and other packages.

This additionally modifies `./pkgs/default.nix` to take a single argument, `pkgs`.
2024-10-07 20:38:59 -05:00

5 lines
191 B
Nix

{ pkgs, ... }: {
ipsw = pkgs.callPackage ./ipsw.nix { };
monaco-powerline = pkgs.callPackage ./monaco-powerline/default.nix { };
swiftformat = pkgs.callPackage ./swiftformat.nix { };
}