Update packages.

This commit is contained in:
Tom Alexander
2026-05-01 20:16:45 -04:00
parent d35cfaacbd
commit 8d3ebf7ba2
5 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
: "${JOBS:="1"}"
: "${NOM:="true"}"
for f in /persist/manual/manual_add_to_store/*; do nix-store --add-fixed sha256 "$f"; done