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 | |
parent | just moving stuff around (diff) | |
download | world-1f0173c6c25b4f5ebc8c6495fb08010764a0afff.tar.gz |
more deletion
Diffstat (limited to 'nix')
-rw-r--r-- | nix/flake/packages.nix | 1 | ||||
-rw-r--r-- | nix/profiles/home-manager/work.nix | 4 |
2 files changed, 0 insertions, 5 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" { }; }; }; } diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix index bf32407..d1341a6 100644 --- a/nix/profiles/home-manager/work.nix +++ b/nix/profiles/home-manager/work.nix @@ -11,10 +11,6 @@ ./ssh.nix ]; - home.packages = with pkgs; [ - self.packages.${pkgs.system}.robloxenv - ]; - programs.git = { userEmail = "fcuny@roblox.com"; }; |