diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-11-26T01·44-0500 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-11-26T01·49+0000 |
commit | 8eb7c6a5156787c8d8cdc6e03269faa2be60c7b3 (patch) | |
tree | b07d2658ae4c91eaa1473f9b192db692ededdb37 /users/glittershark/system/home/modules/development.nix | |
parent | 3cbef0662934578d1eabd5e5b3c4b8ae9c6a4921 (diff) |
chore(glittershark): Remove everything Urbint related r/1919
bye urbint! Change-Id: I87ded275e6e5298e4e29c38775bae47a8fc07bac Reviewed-on: https://cl.tvl.fyi/c/depot/+/2149 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/home/modules/development.nix')
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index 3056f8547a0d..fd00be86375a 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -32,7 +32,6 @@ with lib; imports = [ ./lib/zshFunctions.nix ./development/kube.nix - ./development/urbint.nix ./development/agda.nix ]; |