diff options
author | Franck Cuny <franck@fcuny.net> | 2024-05-05 09:59:11 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-05-05 09:59:11 -0700 |
commit | c54422174f2af26d0b204cc155ef9e366baa8a33 (patch) | |
tree | a2d09ace5a8b7a72b60c5ff195f2f0b2656d858c /nix/profiles | |
parent | some cleanup for CI (diff) | |
download | world-c54422174f2af26d0b204cc155ef9e366baa8a33.tar.gz |
move ipconverter under `src`
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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 = { |