mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
switch nixpath back to strings because of nixos
only works as list of attrsets in darwin
This commit is contained in:
parent
69dd348c92
commit
4dd94ee59d
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user