Revert "setting up luctors website based off tfcs"

This reverts commit 773b3ed3e5
This commit is contained in:
Chris Cochrun 2023-04-02 11:53:29 +00:00
parent 773b3ed3e5
commit f442337fc1
218 changed files with 641 additions and 266 deletions

View file

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
name = "luctor-env";
name = "tfc-env";
nativeBuildInputs = [
];