mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: correctly references darwinPackages
This commit is contained in:
parent
5a7a329829
commit
911d49affa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue