Rename nixos-update -> nixos-upgrade

This commit is contained in:
Evie Litherland-Smith 2024-02-10 06:47:05 +00:00
parent f2c6de6ce9
commit 49fdaa290d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
home.packages = [
(pkgs.writeShellScriptBin "nixos-update"
(builtins.readFile ./nixos-update.sh))
(pkgs.writeShellScriptBin "nixos-upgrade"
(builtins.readFile ./nixos-upgrade.sh))
(pkgs.writeShellScriptBin "git-sync-all"
(builtins.readFile ./git-sync-all.sh))
(pkgs.writeShellScriptBin "rsync-local-config"