diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-05-06 14:09:41 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-05-06 14:09:41 -0700 |
commit | 1f0173c6c25b4f5ebc8c6495fb08010764a0afff (patch) | |
tree | cbab43d29d9cfe3b0d71826c50496129af37d745 /nix/flake | |
parent | just moving stuff around (diff) | |
download | world-1f0173c6c25b4f5ebc8c6495fb08010764a0afff.tar.gz |
more deletion
Diffstat (limited to 'nix/flake')
-rw-r--r-- | nix/flake/packages.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/flake/packages.nix b/nix/flake/packages.nix index 31c1e76..ae4caba 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" { }; - robloxenv = pkgs.callPackage "${self}/packages/robloxenv" { }; }; }; } |