about summary refs log tree commit diff
path: root/nix/flake
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-05-06 14:09:41 -0700
committerFranck Cuny <fcuny@roblox.com>2024-05-06 14:09:41 -0700
commit1f0173c6c25b4f5ebc8c6495fb08010764a0afff (patch)
treecbab43d29d9cfe3b0d71826c50496129af37d745 /nix/flake
parentjust moving stuff around (diff)
downloadworld-1f0173c6c25b4f5ebc8c6495fb08010764a0afff.tar.gz
more deletion
Diffstat (limited to 'nix/flake')
-rw-r--r--nix/flake/packages.nix1
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" { };
     };
   };
 }