Skip to content

Instantly share code, notes, and snippets.

@prithvihv
Created July 10, 2021 10:50
Show Gist options
  • Save prithvihv/50321d622802e709541c4a71ec132851 to your computer and use it in GitHub Desktop.
Save prithvihv/50321d622802e709541c4a71ec132851 to your computer and use it in GitHub Desktop.
# to get shasum during your nix build, add perl package
with import <nixpkgs> { };
let
in pkgs.mkShell rec {
name = "dev-tools";
nativeBuildInputs = [
perl
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment