Skip to content

Instantly share code, notes, and snippets.

View jonringer's full-sized avatar
💭
😃

Jonathan Ringer jonringer

💭
😃
  • Near Seattle, WA
View GitHub Profile
Computer Information:
Manufacturer: ASUSTeK COMPUTER INC.
Model: ROG STRIX X570-F GAMING
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 9 3900X 12-Core Processor
CPU Family: 0x17
Parent cvar in client.dll not allowed (sv_bumpmine_detonate_delay)
Parent cvar in client.dll not allowed (sv_bumpmine_arm_delay)
Parent cvar in client.dll not allowed (sv_breachcharge_arm_delay)
Parent cvar in client.dll not allowed (sv_breachcharge_fuse_max)
Parent cvar in client.dll not allowed (sv_breachcharge_fuse_min)
Parent cvar in client.dll not allowed (sv_breachcharge_delay_max)
Parent cvar in client.dll not allowed (sv_breachcharge_delay_min)
Parent cvar in client.dll not allowed (sv_breachcharge_distance_max)
Parent cvar in client.dll not allowed (sv_breachcharge_distance_min)
Parent cvar in client.dll not allowed (weapon_max_before_cleanup)
$ nix show-derivation /nix/store/880m2s76cxsg2lg6hrlnfn0khazd1xz1-hello-2.12.drv
{
"/nix/store/880m2s76cxsg2lg6hrlnfn0khazd1xz1-hello-2.12.drv": {
"outputs": {
"out": {
"path": "/nix/store/2a1m8qmdafvmshm93236q3sz3rhrjd9f-hello-2.12"
}
},
"inputSrcs": [
"/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh"
[13:32:50] jon@jon-desktop /home/jon/projects/nixpkgs (master)
$ nix-instantiate -A hello
warning: you did not specify '--add-root'; the result might be removed by the garbage collector
/nix/store/880m2s76cxsg2lg6hrlnfn0khazd1xz1-hello-2.12.drv
[13:32:57] jon@jon-desktop /home/jon/projects/nixpkgs (master)
$ nix-store -q --tree /nix/store/880m2s76cxsg2lg6hrlnfn0khazd1xz1-hello-2.12.drv
/nix/store/880m2s76cxsg2lg6hrlnfn0khazd1xz1-hello-2.12.drv
├───/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh
├───/nix/store/4g2cj2fjfpwqivqgy0dqcnvz2fwra132-bash-5.1-p12.drv
│ ├───/nix/store/0zhkga32apid60mm7nh92z2970im5837-bootstrap-tools.drv
#!/nix/store/2kh3c4v2vf6d6xg6c9n8zvfpwf3zzwca-bash-5.1-p12/bin/bash
if [ -f /host/etc/NIXOS ]; then # Check only useful on NixOS
/nix/store/z3qg0z1699cqqv1f1j3z8rz8spa7whqq-glxinfo-8.4.0/bin/glxinfo >/dev/null 2>&1
# If there was an error running glxinfo, we know something is wrong with the configuration
if [ $? -ne 0 ]; then
cat <<EOF > /dev/stderr
**
WARNING: Steam is not set up. Add the following options to /etc/nixos/configuration.nix
and then run \`sudo nixos-rebuild switch\`:
{
#!/nix/store/2kh3c4v2vf6d6xg6c9n8zvfpwf3zzwca-bash-5.1-p12/bin/bash
source /etc/profile
cat > /etc/ld.so.conf <<EOF
/lib
/lib/x86_64-linux-gnu
/lib64
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib64
/lib/i386-linux-gnu
#!/nix/store/2kh3c4v2vf6d6xg6c9n8zvfpwf3zzwca-bash-5.1-p12/bin/bash
blacklist=(/nix /dev /proc /etc)
ro_mounts=()
symlinks=()
for i in /nix/store/94lx3q3xcb259dajk07faj5hpg8rs8jq-steam-fhs/*; do
path="/${i##*/}"
if [[ $path == '/etc' ]]; then
:
elif [[ -L $i ]]; then
symlinks+=(--symlink "$(/nix/store/vizjhz04x6xl57x2vrpqa52j8q6rkjfh-coreutils-9.0/bin/readlink "$i")" "$path")
@jonringer
jonringer / lib60870.nix
Created January 31, 2022 14:42
lib60870.nix
{ lib
, stdenv
, fetchFromGitHub
, cmake
, mbedtls
}:
stdenv.mkDerivation rec {
pname = "lib60870";
version = "2.3.1";
# Evals report
*Report built at 2021-05-18 18:21:58 UTC*
Built for evals:
* [1671097](https://hydra.nixos.org/eval/1671097)
* * *
=================================== FAILURES ===================================
_______________________ test_given_edits_annotations[1] ________________________
Traceback (most recent call last):
File "/build/source/hypothesis-python/tests/cover/test_annotations.py", line 118, in test_given_edits_annotations
assert spec_given.annotations.pop("return") is None
AssertionError: assert <class 'NoneType'> is None
+ where <class 'NoneType'> = <built-in method pop of dict object at 0x7ffff50bd980>('return')
+ where <built-in method pop of dict object at 0x7ffff50bd980> = {'draw': <class 'NoneType'>, 'strat': <class 'bool'>}.pop
+ where {'draw': <class 'NoneType'>, 'strat': <class 'bool'>} = FullArgSpec(args=['draw', 'strat'], varargs=None, varkw=None, defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={'draw': <class 'NoneType'>, 'strat': <class 'bool'>}).annotations