nix-zsh-completions: enable nix-command
support
This commit is contained in:
parent
219975f9cc
commit
1cec067385
10
overlays/nix-zsh-completions.nix
Normal file
10
overlays/nix-zsh-completions.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
final: prev: {
|
||||||
|
nix-zsh-completions = prev.nix-zsh-completions.overrideAttrs (o: {
|
||||||
|
src = prev.fetchFromGitHub {
|
||||||
|
owner = "Ma27";
|
||||||
|
repo = "nix-zsh-completions";
|
||||||
|
hash = "sha256-Iz04FVW7UJ2SOs3XlSF1g9HhMOvsjFbYh5baHBeCtZM=";
|
||||||
|
rev = "5a0f218ea4a452d63f90efe71e0c6ba722ec7311";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user