mirror of
https://github.com/nmasur/dotfiles
synced 2025-11-21 22:12:42 +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 = {
|
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user