diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-28 14:20:39 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-28 14:20:39 +0200 |
| commit | e1e1dfcaedbd9c6920fb111a81edb196fa6049fb (patch) | |
| tree | 4fdda766729c893b2f0be7cde38e0546993784e7 /update.sh | |
| parent | treewide: Format (diff) | |
| download | nixos-config-e1e1dfcaedbd9c6920fb111a81edb196fa6049fb.zip | |
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).
Diffstat (limited to '')
| -rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh index 1a9656fa..25dd6bec 100755 --- a/update.sh +++ b/update.sh @@ -21,6 +21,7 @@ __update_sh_run() { unset __update_sh_command } +__update_sh_run unflake.sh --backend=npins __update_sh_run npins update __update_sh_run ./pkgs/update_pkgs.sh "$@" |
