Forum still not working...

This commit is contained in:
root
2021-01-21 16:48:52 -06:00
parent 3cb6dc51fb
commit edb61bfb7d
5 changed files with 29 additions and 17 deletions
+2 -2
View File
@@ -158,8 +158,8 @@ in {
doom-emacs-config = pkgs.fetchgit {
url = "https://git.fudo.org/niten/doom-emacs.git";
rev = "ecf6d3e1701dfbf984cc5842df564c53f59c73fc";
sha256 = "0n4hwp2pdr9dgcm9fsq98ql3k834vf876p1bl98cnd98aj9my1b6";
rev = "90c3ef3a0797dfbd710498e43a40d0e062615709";
sha256 = "03a1nad7w7l5l6q2ajyd4scj5qw9kijbkv8b9f686qzqajc5iawy";
};
vanilla-forum = import ./vanilla-forum.nix { pkgs = pkgs; };
-4
View File
@@ -16,10 +16,6 @@ in pkgs.stdenv.mkDerivation {
nativeBuildInputs = with pkgs; [ unzip ];
# unpackPhase = ''
# ${pkgs.unzip}/bin/unzip $src
# '';
installPhase = ''
mkdir $out
cp -aR -t $out applications bootstrap.php dist js library locales plugins resources themes uploads vendor