os/overlays/any-nix-shell.nix

12 lines
318 B
Nix
Raw Normal View History

final: prev: {
any-nix-shell = prev.any-nix-shell.overrideAttrs
(o: {
2020-12-30 03:16:26 +00:00
src = prev.fetchFromGitHub {
owner = "haslersn";
repo = "any-nix-shell";
rev = "e6b86e6e6d86cf7bcbc2691596d54d0a1db29d29";
hash = "sha256-ZmMl58sYVj5TVw19nxPht5nAv9qWnIyImRhs1/TrsRc=";
};
});
}