Skip to content

Instantly share code, notes, and snippets.

Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/b3wh7272xbgj0w1b1n9z8ahzq6y5fn67-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
substituteStream() in derivation p11-kit-0.25.5: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'p11-kit/meson.build')
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
mesonConfigurePhase flags: --prefix=/nix/store/w7l427scvag0gjy22xfaayzwldx1cpwy-p11-kit-0.25.5 --libdir=/nix/store/w7l427scvag0gjy22xfaayzwldx1cpwy-p11-kit-0.25.5/lib --libexecdir=/nix/store/w7l427scvag0gjy22xfaayzwldx1cpwy-p11-kit-0.25.5/libexec --bindir=/nix/store/5wa4gc1kn0rpxq0w6dcrd6c2m6s470d8-p11-kit-0.25.5-bin/bin --sbindir=/nix/store/5wa4gc1kn0rpxq0w6dcrd6c2m6s470d8-p11-kit-0.25.5-bin/sbin --includedir=/nix/store/j8k1bqg6qvyi8xwskfmrpgdzgnhh75xv-p11-kit-0.25.5-dev/include --mandir=/nix/store/5wa4gc1kn0rpxq0w6dcrd6c2m6s
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/8hvdv5ci1msi52wxqrv3m1vp2if5h36v-wget-1.24.5.tar.lz
source root is wget-1.24.5
setting SOURCE_DATE_EPOCH to timestamp 1710079849 of file wget-1.24.5/fuzz/wget_options_fuzzer.dict
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/61hjmch866cyh31lj8fq75i617jkamf8-remove-runtime-dep-on-openssl-headers.patch
patching file src/Makefile.in
Hunk #1 succeeded at 3220 (offset 1009 lines).
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/4az3gpan2hg1p33bcrpa9gn2g9labr5z-HTTP-Daemon-6.16.tar.gz
source root is HTTP-Daemon-6.16
setting SOURCE_DATE_EPOCH to timestamp 1677208043 of file HTTP-Daemon-6.16/xt/release/cpan-changes.t
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
patching ./t/00-report-prereqs.t...
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin";
outputs = { self, nixpkgs, ... }@inputs:
let
pkgs = nixpkgs.legacyPackages.x86_64-darwin;
in {
packages.x86_64-darwin.default = pkgs.runCommand "hello" {} ''
cp ${./hello.sh} $out
chmod +x $out
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 <[email protected]>
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(-)