From b5862140521f5c62c2c2d3fbf6fe66de9490baff Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 2 Jan 2023 17:33:53 -0500 Subject: [PATCH] makefile --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 06a9a50..99d8ef9 100644 --- a/Makefile +++ b/Makefile @@ -11,15 +11,9 @@ update: update-neovim update-os: sudo nixos-rebuild switch -update-homemanager: - home-manager switch - update-neovim: nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' -outdated: sync - sudo nixos-rebuild dry-build --upgrade - sync: sudo nix-channel --update nix-channel --update @@ -28,9 +22,6 @@ clean: sudo nix-collect-garbage --delete-older-than 7d home-manager expire-generations "-7 days" -sup: # What's new? - nix-shell -p nvd --run 'nvd diff $$(ls -dv /nix/var/nix/profiles/system-*-link | tail -2)' - rebuild-macos: git-add ./result/sw/bin/darwin-rebuild switch --flake _macos