This file contains hidden or 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
# This file is automatically @generated by Cargo. | |
# It is not intended for manual editing. | |
version = 3 | |
[[package]] | |
name = "autocfg" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
This file contains hidden or 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
*** Settings *** | |
Resource plone/app/robotframework/saucelabs.robot | |
Resource plone/app/robotframework/selenium.robot | |
Library Selenium2Library | |
Test Setup Run keywords Plone test setup | |
Test Teardown Run keywords Plone test teardown |
This file contains hidden or 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
{ pkgs ? import ./nix {} | |
}: | |
with pkgs; | |
mkShell { | |
buildInputs = [ | |
(python3.withPackages(ps: with ps; [ | |
# Packages that need to come from nixpkgs | |
cryptography |
featuring:
demos:
This file contains hidden or 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
# This file has been generated by node2nix 1.9.0. Do not edit! | |
{pkgs ? import <nixpkgs> { | |
inherit system; | |
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-14_x"}: | |
let | |
nodeEnv = import ./cli-ext-node-env.nix { | |
inherit (pkgs) stdenv lib python2 runCommand writeTextFile; | |
inherit pkgs nodejs; |
This file contains hidden or 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
diff --git a/setup.py b/setup.py | |
index a15336d..307fb56 100644 | |
--- a/setup.py | |
+++ b/setup.py | |
@@ -60,6 +60,9 @@ setuptools.setup( | |
"Programming Language :: Python :: 3.7", | |
"Programming Language :: Python :: 3.8", | |
], | |
+ entry_points={"console_scripts": [ | |
+ "mautrix-hangouts = mautrix_hangouts.__main__:main" |
This file contains hidden or 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
# Generated by pip2nix 0.8.0.dev1 | |
# See https://github.com/nix-community/pip2nix | |
{ pkgs, fetchurl, fetchgit, fetchhg }: | |
self: super: { | |
"Babel" = super.buildPythonPackage rec { | |
pname = "Babel"; | |
version = "2.9.0"; | |
src = fetchurl { |
This file contains hidden or 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
{ config, lib, pkgs, ... }: | |
let | |
libCrypto = with pkgs; stdenv.mkDerivation rec { | |
name = "${pname}-${version}"; | |
pname = "minecraft-bedrock-server-libcrypto"; | |
version = "1.16-201.02"; | |
src = fetchurl { | |
url = "https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.201.02.zip"; |
This file contains hidden or 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
/.cache/ | |
/.netrc | |
/netrc | |
/result |
NewerOlder