fix: correctly references darwinPackages

This commit is contained in:
Youwen Wu 2024-08-05 03:16:30 -07:00
parent 5a7a329829
commit 911d49affa

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: {
{ inputs, config, pkgs, ... }: {
# Expose the package set, including overlays, for convenience.
# darwinPackages = config.self.darwinConfigurations."Youwens-MacBook-Pro".pkgs;
darwinPackages = inputs.self.darwinConfigurations."Youwens-MacBook-Pro".pkgs;
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget