Forum still not working...
This commit is contained in:
+2
-2
@@ -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; };
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user