1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-08 07:11:12 +00:00

add nixpkgs-caddy into swan

This commit is contained in:
Noah Masur 2024-06-19 10:51:16 -06:00
parent 8937d214f1
commit e509943103
No known key found for this signature in database

@ -8,9 +8,11 @@
...
}:
inputs.nixpkgs.lib.nixosSystem {
inputs.nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
specialArgs = { };
specialArgs = {
pkgs-caddy = import inputs.nixpkgs-caddy { inherit system; };
};
modules = [
globals
inputs.home-manager.nixosModules.home-manager