I hereby claim:
- I am strum355 on github.
- I am strum355 (https://keybase.io/strum355) on keybase.
- I have a public key ASA-VGMNKKrILExg8O1zpWI92ntOnRjTiPc73mPTrMN8igo
To claim this, I am signing this object:
| BEGIN; | |
| CREATE OR REPLACE FUNCTION glob_to_regex(pat text) RETURNS text AS $$ | |
| DECLARE | |
| res text[] := array[]::text[]; | |
| i int := 0; | |
| n int := length(pat) + 1; | |
| BEGIN | |
| WHILE i < n LOOP | |
| DECLARE |
| { | |
| description = "SCIP index emitter CLI and Java compiler plugin for Java/Kotlin/Scala"; | |
| inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05"; | |
| inputs.flake-utils.url = "github:numtide/flake-utils"; | |
| outputs = { self, nixpkgs, flake-utils }: | |
| flake-utils.lib.eachDefaultSystem (system: | |
| let pkgs = |
| { config, pkgs, lib, ... }: | |
| let | |
| nvidia-offload = pkgs.writeShellScriptBin "nvidia-offload" '' | |
| export __NV_PRIME_RENDER_OFFLOAD=1 | |
| export __NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 | |
| export __GLX_VENDOR_LIBRARY_NAME=nvidia | |
| export __VK_LAYER_NV_optimus=NVIDIA_only | |
| exec -a "$0" "$@" | |
| ''; |
I hereby claim:
To claim this, I am signing this object:
Downloads and installs all Noto Sans fonts and prints a config section to be added to your ~/.config/fontconfig/fonts.conf
download.sh file</fontconfig> tag in your ~/.config/fontconfig/fonts.conf file| .discussion-timeline::before { | |
| width: 0px; | |
| } | |
| .container { | |
| width: 90%; | |
| } | |
| body { | |
| min-width: 0px; |