mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
set flake registry to flake nixpkgs
This commit is contained in:
@ -53,7 +53,11 @@
|
||||
|
||||
};
|
||||
|
||||
# Set system channels, used for nix-shell commands
|
||||
nix = { nixPath = [ "nixpkgs=${pkgs.path}" ]; };
|
||||
nix = {
|
||||
|
||||
# Set channel to flake packages, used for nix-shell commands
|
||||
nixPath = [ "nixpkgs=${pkgs.path}" ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user