From e1e1dfcaedbd9c6920fb111a81edb196fa6049fb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 28 May 2026 14:20:39 +0200 Subject: treewide: Use unflake to de-duplicate flake inputs Otherwise, we still have a lot of `nixpkgs` in the closure (they are just not visible with npins). --- scripts/unflake.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/unflake.sh (limited to 'scripts/unflake.sh') diff --git a/scripts/unflake.sh b/scripts/unflake.sh new file mode 100755 index 00000000..e4aa816d --- /dev/null +++ b/scripts/unflake.sh @@ -0,0 +1,6 @@ +#! /usr/bin/env sh + +NIX_CONFIG="pure-eval = false" nix run -f https://codeberg.org/goldstein/unflake/archive/main.tar.gz unflake -- "$@" + + +# vim: ft=sh -- cgit v1.3.1