pub-solar-os/overlays/any-nix-shell.nix
Timothy DeHerrera 2e6f10dc85
Fix any-nix-shell breaking nix-run
Simply apply the PR from haslersn/any-nix-shell#6 until it is merged
upstream.
2020-12-28 18:48:41 -07:00

7 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 ];
});
}