2e6f10dc85
Simply apply the PR from haslersn/any-nix-shell#6 until it is merged upstream.
6 lines
188 B
Nix
6 lines
188 B
Nix
final: prev: {
|
|
any-nix-shell = prev.any-nix-shell.overrideAttrs
|
|
(o: {
|
|
patches = [ ../profiles/develop/zsh/patches/0001-nix-run-is-now-nix-shell-semantically.patch ];
|
|
});
|
|
}
|