flake: Make caddy-with-plugins follow local treefmt-nix

This commit is contained in:
Erwin Boskma 2024-04-16 19:52:48 +02:00
parent b4dfe3bcb4
commit c70439b9b9
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 5 additions and 23 deletions

View file

@ -75,7 +75,9 @@
"nixpkgs": [
"nixpkgs"
],
"treefmt-nix": "treefmt-nix"
"treefmt-nix": [
"treefmt-nix"
]
},
"locked": {
"lastModified": 1713279563,
@ -875,7 +877,7 @@
"rust-overlay": "rust-overlay_2",
"sops": "sops",
"sunshine": "sunshine",
"treefmt-nix": "treefmt-nix_2"
"treefmt-nix": "treefmt-nix"
}
},
"rust-overlay": {
@ -1034,27 +1036,6 @@
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"caddy-with-plugins",
"nixpkgs"
]
},
"locked": {
"lastModified": 1711963903,
"narHash": "sha256-N3QDhoaX+paWXHbEXZapqd1r95mdshxToGowtjtYkGI=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "49dc4a92b02b8e68798abd99184f228243b6e3ac",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
},
"treefmt-nix_2": {
"inputs": {
"nixpkgs": [
"nixpkgs"

View file

@ -119,6 +119,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
treefmt-nix.follows = "treefmt-nix";
};
};