remove old theme, first post
This commit is contained in:
parent
1264cfd404
commit
cec95952d2
3 changed files with 113 additions and 24 deletions
17
flake.nix
17
flake.nix
|
@ -26,23 +26,6 @@
|
|||
packages = forAllSystems (
|
||||
{ pkgs, ... }:
|
||||
rec {
|
||||
hugo-theme-m10c = pkgs.stdenv.mkDerivation {
|
||||
pname = "hugo-theme-m10c";
|
||||
homepage = "https://themes.gohugo.io/themes/hugo-theme-m10c/";
|
||||
version = "";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "vaga";
|
||||
repo = "hugo-theme-m10c";
|
||||
rev = "862c6e941be9bc46ce8adc6a2fa9e984ba647d6f";
|
||||
hash = "sha256-wcJSGjL/u43hPLblPmUhusqiMmadVBWJhihRinRXqzg=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r * $out
|
||||
'';
|
||||
};
|
||||
hugo-theme-poison = pkgs.stdenv.mkDerivation {
|
||||
pname = "hugo-theme-poison";
|
||||
homepage = "https://poison.lukeorth.com/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue