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
{ pkgs ? import <nixpkgs> {} }: | |
with pkgs; | |
mkShell { | |
name = "python-env"; | |
buildInputs = [ | |
python3 | |
]; |
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
--- a/lib/libcurl.vers.in 2020-03-12 05:33:59.367082951 +0000 | |
+++ b/lib/libcurl.vers.in 2020-03-12 05:33:59.368082948 +0000 | |
@@ -11,3 +11,8 @@ | |
global: curl_*; | |
local: *; | |
}; | |
+CURL_@CURL_LT_SHLIB_VERSIONED_FLAVOUR@3 | |
+{ | |
+ global: curl_*; | |
+ local: *; |
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
│ | |
61 buildInputs = [ │ | |
1 ¦ stdenv.cc.cc │ | |
2 ¦ cairo │ 3 ¦ curl_.out │ | |
4 ¦ fontconfig │ | |
5 ¦ gdk-pixbuf │ | |
6 ¦ glib │ 7 ¦ glibc │ | |
8 ¦ gtk3 │ | |
9 ¦ libgcrypt │ | |
10 ¦ |
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
#!/usr/bin/env zsh | |
zmodload -F zsh/zutil b:zparseopts | |
zparseopts -A args -- \ | |
-rcfile:: | |
if [[ ! -v args[--rcfile] ]]; then | |
exec zsh --interactive | |
fi | |
# hist-ignore-space is set to prevent our eval from remaining in history |
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 ? import <nixpkgs> {} }: | |
let | |
inherit (stdenv) pkgs mkShell; | |
inherit (stdenv.lib) flatten; | |
in | |
mkShell rec { |
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
// ==UserScript== | |
// @name Jira Column Toggle | |
// @namespace https://gist.github.com/rummik/f34ab0165cdd2aa34d8cdf3adb16082f | |
// @version 0.7 | |
// @description toggle single columns with a click | |
// @author Patric Wilms, *Kim Zick | |
// @match */secure/RapidBoard.jspa* | |
// @updateURL https://gist.github.com/rummik/f34ab0165cdd2aa34d8cdf3adb16082f/raw/jiraColumnToggle.user.js | |
// @downloadURL https://gist.github.com/rummik/f34ab0165cdd2aa34d8cdf3adb16082f/raw/jiraColumnToggle.user.js | |
// @grant none |
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
# Configuration for Alacritty, the GPU enhanced terminal emulator. | |
# Any items in the `env` entry below will be added as | |
# environment variables. Some entries may override variables | |
# set by alacritty itself. | |
#env: | |
# TERM variable | |
# | |
# This value is used to set the `$TERM` environment variable for | |
# each instance of Alacritty. If it is not present, alacritty will |
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
{ | |
pkgs ? import <nixpkgs> {}, | |
unstable ? import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {}, | |
buildFHSUserEnv ? opt: (unstable.buildFHSUserEnv opt).env, | |
}: | |
buildFHSUserEnv rec { | |
name = "electron-env"; | |
targetPkgs = p: (with pkgs; |
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
with import <nixpkgs> {}; | |
stdenv.mkDerivation { | |
name = "shellcast-web"; | |
buildInputs = [ | |
nodejs-8_x | |
(yarn.override { nodejs = nodejs-8_x; }) | |
]; |
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
#!/bin/sh | |
# /etc/update-motd.d/11-lain | |
sed -e 's/1/ [0;34m/g' -e 's/2/ [1;34m/g' <<'LAIN' | |
2.+h-` | |
`-:`1 | |
` ``.--..` `` | |
./yh-``-ohdmNNmdhs:` -hh+-` |
NewerOlder