footer: Add margin between CCO icons
Treefmt output
This commit is contained in:
parent
c184aad39e
commit
1f2c1382fa
7 changed files with 90 additions and 50 deletions
|
|
@ -41,6 +41,11 @@
|
|||
apps = eachSystem (pkgs: {
|
||||
default = {
|
||||
type = "app";
|
||||
meta = {
|
||||
description = "Build my blog";
|
||||
homepage = "https://jankremer.eu";
|
||||
license = nixpkgs.lib.licenses.cc0;
|
||||
};
|
||||
program =
|
||||
(pkgs.writeShellScript "build-website" ''
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue