Remove nixos-upgrade.sh

This commit is contained in:
Evie Litherland-Smith 2024-02-17 19:03:26 +00:00
parent 9893e01673
commit 473be66448
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -1 +0,0 @@
sudo nixos-rebuild switch --flake flake:nixos --refresh