caddy soluzione 2. overlay senza nixpkgs custom
This commit is contained in:
parent
1903e0a6e1
commit
6602567bf9
6 changed files with 80 additions and 59 deletions
21
flake.nix
21
flake.nix
|
|
@ -33,26 +33,23 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Used for caddy plugins
|
||||
nixpkgs-caddy.url = "github:jpds/nixpkgs/caddy-external-plugins";
|
||||
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
, nixpkgs
|
||||
, nixos-hardware
|
||||
, lix-module
|
||||
, agenix
|
||||
, colmena
|
||||
, home-manager
|
||||
, ...
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
nixos-hardware,
|
||||
lix-module,
|
||||
agenix,
|
||||
colmena,
|
||||
home-manager,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
lib = nixpkgs.lib;
|
||||
caddyWithPlugins = pkgs.callPackage ./packages/caddy-pkg.nix { };
|
||||
in
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue