switch nixpath back to strings because of nixos

only works as list of attrsets in darwin
This commit is contained in:
Noah Masur 2024-01-27 21:06:23 -07:00
parent 69dd348c92
commit 4dd94ee59d

View File

@ -77,7 +77,7 @@
nix = {
# Set channel to flake packages, used for nix-shell commands
nixPath = [{ nixpkgs = pkgs.path; }];
nixPath = [ "nixpkgs=${pkgs.path}" ];
# Set registry to this flake's packages, used for nix X commands
registry.nixpkgs.to = {