Skip to content

Commit

Permalink
chore/updates - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
amz-x committed Feb 15, 2023
1 parent d853205 commit d527644
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
outputs = inputs @ { self, nixpkgs, home-manager, darwin, ... }:
let
user = "amz";
location = "$HOME/Workspace/amz/nixos-config";
location = "$HOME/Workspace/amz/dotnix";
in
{
# Nix OS
Expand Down
8 changes: 0 additions & 8 deletions scripts/free_disk_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,12 @@ sudo apt remove -y fonts-dejavu-extra libfreetype-dev humanity-icon-theme
# Remove Browsers
sudo apt remove -y google-chrome-stable microsoft-edge-stable firefox


# Remove Mono packages
sudo apt remove -y mono-devel

# Remove SQLite
sudo apt remove -y sqlite3 libsqlite3-dev



# Remove Misc packages
sudo apt remove -y ant snapd hhvm p7zip-full unixodbc

Expand All @@ -84,8 +81,3 @@ echo "==========================================================================
echo "Freed up disk space on CI system"
echo "=============================================================================="
df -h

echo "=============================================================================="
echo "Listing 200 largest packages after removed packages"
echo "=============================================================================="
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 200

0 comments on commit d527644

Please sign in to comment.