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 | |
| parent | some cleanup for CI (diff) | |
| download | infra-c54422174f2af26d0b204cc155ef9e366baa8a33.tar.gz | |
move ipconverter under `src`
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 = { |
