A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
I hereby claim:
To claim this, I am signing this object:
{ stdenv, fetchFromGitHub, rofi, pkgconfig, cairo, glib, libqalculate, autoreconfHook }: | |
stdenv.mkDerivation rec { | |
name = "rofi-calc-${version}"; | |
version = "v0.1"; | |
src = fetchFromGitHub { | |
owner = "svenstaro"; | |
repo = "rofi-calc"; | |
rev = version; |
[ERROR] Failed to execute goal org.nixos.mvn2nix:mvn2nix-maven-plugin:1.2.0:mvn2nix (default-cli) on project api: Downloading SHA-1 for org.codehaus.plexus:plexus-utils:jar:1.5.5: File: https | |
://s3.amazonaws.com/repo.runtime.verification/repository/internal/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar.sha1 , ReasonPhrase:Not Found. -> [Help 1] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[ERROR] | |
[ERROR] For more information about the errors and possible solutions, please read the following articles: | |
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command |
{ | |
pkgs ? import <nixpkgs> {}, | |
}: | |
with pkgs.python36Packages; | |
let prettytable = pkgs.python36Packages.prettytable.overrideAttrs(_: rec { | |
pname = "prettytable"; | |
version = "0.7.2"; | |
name = "${pname}-${version}"; |
{ | |
"name": "UnlimitedChain", | |
"engine": { | |
"instantSeal": { | |
"params": {} | |
} | |
}, | |
"params": { | |
"gasLimitBoundDivisor": "0x0400", | |
"accountStartNonce": "0x0", |
diff --git a/Cargo.lock b/Cargo.lock | |
new file mode 100644 | |
index 0000000..b961a31 | |
--- /dev/null | |
+++ b/Cargo.lock | |
@@ -0,0 +1,1608 @@ | |
+# This file is automatically @generated by Cargo. | |
+# It is not intended for manual editing. | |
+[[package]] | |
+name = "aho-corasick" |
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking sources | |
unpacking source archive /nix/store/3nk7j6z1m0gdz2wgq4n68d1dz1z430j0-doc | |
source root is doc | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching sources | |
@nix { "action": "setPhase", "phase": "configurePhase" } | |
configuring | |
no configure script, doing nothing | |
@nix { "action": "setPhase", "phase": "buildPhase" } |
Sourcing python-remove-tests-dir-hook | |
Sourcing python-catch-conflicts-hook.sh | |
Sourcing python-remove-bin-bytecode-hook.sh | |
Sourcing pypa-build-hook | |
Using pypaBuildPhase | |
Sourcing python-runtime-deps-check-hook | |
Using pythonRuntimeDepsCheckHook | |
Sourcing pypa-install-hook | |
Using pypaInstallPhase | |
Sourcing python-imports-check-hook.sh |