setting up luctors website based off tfcs

This commit is contained in:
Chris Cochrun 2023-04-02 06:52:03 -05:00
parent a1aa4ca9bf
commit 773b3ed3e5
218 changed files with 266 additions and 641 deletions

View file

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