Skip to content

Instantly share code, notes, and snippets.

Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/16prly1nrz39pj3dbkhqwj9y4wpl56wq-rsync-3.3.0.tar.gz
source root is rsync-3.3.0
setting SOURCE_DATE_EPOCH to timestamp 1712421037 of file rsync-3.3.0/rsyncd.conf.5.html
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/qzalrx6ld0v7rvvhccsqx2wr3vxzg8zd-configure.ac-fix-failing-IPv6-check.patch
patching file configure.sh
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/phn1jd0c8xjjavld8imfliz00v7w3dyq-openssh-9.8p1.tar.gz
source root is openssh-9.8p1
setting SOURCE_DATE_EPOCH to timestamp 1719808588 of file openssh-9.8p1/xmss_wots.h
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/isik6ifcjxpw22sfh3kz37galficc78c-locale_archive.patch
patching file session.c
Hunk #1 succeeded at 1087 with fuzz 2 (offset 34 lines).
install: skipping file '/dev/fd/63', as it was replaced while being copied
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
install: skipping file '/dev/fd/63', as it was replaced while being copied
unpacking source archive /nix/store/k1mcw6nnk92icgick1i7rciibb0qaq3l-source
source root is source
Executing cargoSetupPostUnpackHook
unpacking source archive /nix/store/nfz3gkqz3hrkyd6xlvw3sz07vqz2qfkd-delta-0.18.0-vendor.tar.gz
Finished cargoSetupPostUnpackHook
Running phase: patchPhase
@al3xtjames
al3xtjames / init.sh
Last active August 19, 2024 00:41
y-cruncher initramfs
#!/bin/sh
export PATH=/bin
mount -t proc none /proc
mount -t sysfs none /sys
/y-cruncher stress VT3
From 63a7e059e84911556ef4584b9feb39915f8ccd33 Mon Sep 17 00:00:00 2001
From: Damien Miller <djm@mindrot.org>
Date: Fri, 2 Jun 2023 14:09:29 +1000
Subject: [PATCH 1/2] separate force/never flags for askpass and notify
---
readpass.c | 94 ++++++++++++++++++++++++++++++++++++++++++------------
ssh.1 | 20 ++++++++++--
2 files changed, 92 insertions(+), 22 deletions(-)
@al3xtjames
al3xtjames / PCCG-02367.md
Last active July 3, 2024 02:36
Star Darling

Tray

Production Staff:
Production Producer: Hajime Ikuzaki [PONY CANYON]
A&R Producer: Moe Terazawa [APDREAM]
Supervisor: Yoshifumi Yarimizu [PONY CANYON]
Sales Promoter: Masamune Shirai, Miku Yokoyama [PONY CANYON]
General Manager: Sadakazu Kikuchi [PONY CANYON]
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/aqgl5d3q63mr8ck5kc9zvzm508vmmkj9-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
/private/tmp/nix-build-transmission-4.0.6.drv-5/source/third-party /private/tmp/nix-build-transmission-4.0.6.drv-5/source
/private/tmp/nix-build-transmission-4.0.6.drv-5/source
substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'CMakeLists.txt')
@nix { "action": "setPhase", "phase": "configurePhase" }
@al3xtjames
al3xtjames / SSDT-WiFi-6E.asl
Last active July 1, 2024 00:31
Enable WiFi 6E 6 GHz bands on Dell XPS 15 9530 (2023)
DefinitionBlock ("", "SSDT", 2, "Nana", "Daiba", 0x99)
{
External (UHBS, IntObj)
External (_SB.PC00.CNVW, DeviceObj)
Method (_SB.PC00.CNVW._INI)
{
// Enable 802.11ax 6 GHz bands in all regions
UHBS = 0xFFFFFFFF
}