hainich/mumble: import website from sources.json
This commit is contained in:
parent
18ed88727f
commit
75ec36dda2
1 changed files with 4 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
sources = import ../../../nix/sources.nix;
|
||||||
|
in
|
||||||
|
|
||||||
let
|
let
|
||||||
mumblesite = pkgs.stdenv.mkDerivation {
|
mumblesite = pkgs.stdenv.mkDerivation {
|
||||||
name = "mumble.hacc.space-website";
|
name = "mumble.hacc.space-website";
|
||||||
src = pkgs.fetchgit {
|
src = sources.mumble-website.outPath.outPath;
|
||||||
url = "https://gitlab.infra4future.de/hacc/infra4future/mumble.infra4future.de";
|
|
||||||
rev = "8949bd21346bc55175957ffb179d25ea00be4d01";
|
|
||||||
sha256 = "09qpszhxdkgkspcl6n7djgabp5km1s9v0rqb31wmm7fai9zkgmq3";
|
|
||||||
};
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
${pkgs.jekyll.outPath}/bin/jekyll build
|
${pkgs.jekyll.outPath}/bin/jekyll build
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue