build(nix): Removed Caddyfile and updated flake.

This commit is contained in:
2026-07-08 17:06:09 -04:00
parent deecfd15a7
commit 039df7aeb6
3 changed files with 15 additions and 71 deletions
+5 -14
View File
@@ -1,12 +1,12 @@
{
description = "A dev environment";
description = "libzmq bindings for odin";
inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
process-compose-flake.url = "github:Platonic-Systems/process-compose-flake";
# process-compose-flake.url = "github:Platonic-Systems/process-compose-flake";
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
};
@@ -16,7 +16,7 @@
, flake-parts
, nixpkgs
, nixpkgs-unstable
, process-compose-flake
# , process-compose-flake
, treefmt-nix
}:
flake-parts.lib.mkFlake { inherit inputs; } {
@@ -54,7 +54,7 @@
programs.deadnix.enable = true;
# Format js, json, and yaml files
programs.prettier.enable = true;
programs.prettier.enable = false;
settings.formatter.prettier =
{
excludes = [
@@ -66,15 +66,6 @@
};
};
/*
process-compose.default.settings.processes = {
web.command = "sudo ${pkgs.caddy}/bin/caddy run";
mail.command = "${pkgs.mailhog}/bin/MailHog";
php.command = "${php}/bin/php-fpm -F -y php-fpm.conf";
redis.command = "${$pks.redis}/bin/redis-server";
};
*/
devShells.default = pkgs.mkShell
{
buildInputs = with pkgs; [