fix: reverts 911d49af which introduces infinite recursion error

This commit is contained in:
Youwen Wu 2024-08-05 17:04:46 -07:00
parent 3a917eb837
commit 89097fcb16

View file

@ -1,6 +1,6 @@
{ inputs, config, pkgs, ... }: { { inputs, config, pkgs, ... }: {
# Expose the package set, including overlays, for convenience. # Expose the package set, including overlays, for convenience.
darwinPackages = inputs.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: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget