From 81c753d78ed8a4d25ee5af755460af6bf9600d58 Mon Sep 17 00:00:00 2001 From: "Rory&::Emma" Date: Wed, 1 Nov 2023 17:13:31 +0000 Subject: Updates --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 6ce5622..a277a4e 100755 --- a/update.sh +++ b/update.sh @@ -4,9 +4,9 @@ if [ -d "nixpkgs" ]; then cd nixpkgs git remote add upstream https://github.com/NixOS/nixpkgs || git remote set-url upstream https://github.com/NixOS/nixpkgs git fetch --all -v - git rebase upstream/nixos-unstable -v + git rebase upstream/nixos-unstable -v && git push --force cd .. fi nix flake update -./build.sh / $HOSTNAME \ No newline at end of file +./build.sh / $HOSTNAME -- cgit 1.4.1