-
-
Save disassembler/ccc2ffa67d18394cc960c89087c758be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ stdenv, fetchurl }: | |
stdenv.mkDerivation rec { | |
src = fetchurl { | |
url = "https://raw.githubusercontent.com/keeweb/keeweb/ff30286472d0d929542f93d980c184dcc5548eb0/index.html"; | |
sha256 = "1yf0iffjhq2r003pnpn92mn0924bn9yxjifxxj2ldcsgd7w0vagh"; | |
}; | |
installPhase = "cp ${src} $out"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same: