diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/flake/packages.nix | 1 | ||||
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/nix/flake/packages.nix b/nix/flake/packages.nix index abc12cf..31c1e76 100644 --- a/nix/flake/packages.nix +++ b/nix/flake/packages.nix @@ -7,7 +7,6 @@ packages = { git-blame-stats = pkgs.callPackage "${self}/packages/git-blame-stats" { }; git-broom = pkgs.callPackage "${self}/packages/git-broom" { }; - ipconverter = pkgs.callPackage "${self}/packages/ipconverter" { }; robloxenv = pkgs.callPackage "${self}/packages/robloxenv" { }; }; }; diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index ac41134..2f86232 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -30,7 +30,6 @@ # my own stuff self.packages.${pkgs.system}.git-blame-stats self.packages.${pkgs.system}.git-broom - self.packages.${pkgs.system}.ipconverter ]; xdg = { |