mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
add git hosting
This commit is contained in:
parent
70e965c63f
commit
778ad87a8a
6 changed files with 55 additions and 25 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
cfg = config.kp2pml30.server;
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/kp2pml30/kp2pml30.github.io.git";
|
||||
rev = "98e76b9ca1c9bcf619b2dae28601dc3c926dfa01";
|
||||
rev = "855fb5c51c439179aeedf83e1b0ecdb0d4385023";
|
||||
};
|
||||
pack = (import "${src}/release.nix" args);
|
||||
in lib.mkIf cfg.nginx {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue