Skip to content

Instantly share code, notes, and snippets.

View jonhermansen's full-sized avatar
😈
I may be slow to respond.

jonhermansen

😈
I may be slow to respond.
  • 06:08 (UTC -04:00)
View GitHub Profile
@jonhermansen
jonhermansen / test.sh
Created July 13, 2025 17:57
testing nixpkgs pr 423837
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash git
set -eux
echo 'This script will run `sudo nix-collect-garbage -d` ... press CTRL+C to abort'
read
cd $(mktemp -d)
git clone -b use-https-sources-when-possible https://github.com/jonhermansen/nixpkgs.git