mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +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 = {
|
nix = {
|
||||||
|
|
||||||
# Set channel to flake packages, used for nix-shell commands
|
# 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
|
# Set registry to this flake's packages, used for nix X commands
|
||||||
registry.nixpkgs.to = {
|
registry.nixpkgs.to = {
|
||||||
|
Loading…
Reference in New Issue
Block a user