My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/infra/libkookie/overlays/patches/any-nix-shell/default.nix

10 lines
287 B

{ any-nix-shell, fetchFromGitHub }:
any-nix-shell.overrideAttrs ({ ... }: {
src = fetchFromGitHub {
owner = "haslersn";
repo = "any-nix-shell";
rev = "ea04f9bd639f175002127ad1b5715bce3d4bd9c5";
sha256 = "0q27rhjhh7k0qgcdcfm8ly5za6wm4rckh633d0sjz87faffkp90k";
};
})