Add personal website

This commit is contained in:
Charlotte Van Petegem 2022-11-04 20:53:08 +01:00
parent 7bbf8f5775
commit abd98dfa42
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 42 additions and 6 deletions

View file

@ -77,9 +77,17 @@
flake-utils.follows = "flake-utils";
};
};
www-chvp-be = {
url = "github:chvp/www.chvp.be";
inputs = {
devshell.follows = "devshell";
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
};
};
};
outputs = inputs@{ self, nixpkgs, accentor, accentor-api, accentor-web, agenix, devshell, emacs-overlay, flake-utils, home-manager, nixos-mailserver, nur, tetris, utils }:
outputs = inputs@{ self, nixpkgs, accentor, accentor-api, accentor-web, agenix, devshell, emacs-overlay, flake-utils, home-manager, nixos-mailserver, nur, tetris, utils, www-chvp-be }:
utils.lib.mkFlake {
inherit self inputs;
channels.nixpkgs = {
@ -93,6 +101,7 @@
tetris = tetris.packages.${self.system}.default;
})
nur.overlay
www-chvp-be.overlay
];
};
hostDefaults = {