mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
switch nixpath back to strings because of nixos
only works as list of attrsets in darwin
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user