Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created October 23, 2017 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinisil/622597feead6c0474fa39c82538a32f7 to your computer and use it in GitHub Desktop.
Save infinisil/622597feead6c0474fa39c82538a32f7 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
pkgs.stdenv.mkDerivation {
name = "foo";
src = fetchzip {
url = "...";
sha256 = "...";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment