mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-26 12:38:34 +00:00
switch to nix caddy plugin module
in order to prevent frequent need to re-hash
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
# inputs.nixpkgs.follows = "nixpkgs"; # Use system packages list for their inputs
|
||||
};
|
||||
|
||||
# Caddy with decoupled plugin hashes
|
||||
nix-caddy-withplugins = {
|
||||
url = "github:MichailiK/nix-caddy-withplugins/nixos-unstable";
|
||||
# Important: Do not follow nixpkgs here, per the README
|
||||
};
|
||||
|
||||
# Manage disk format and partitioning
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
|
||||
Reference in New Issue
Block a user