mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
fix: builtins.storePath issue on mac
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
# Set registry to this flake's packages, used for nix X commands
|
||||
registry.nixpkgs.to = {
|
||||
type = "path";
|
||||
path = pkgs.path;
|
||||
path = builtins.toString pkgs.path;
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user