mirror of
https://github.com/sbrow/zomq.git
synced 2026-08-26 10:53:32 -04:00
build(nix): Removed Caddyfile and updated flake.
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user