From 1000651c8ff40a0ccebbc55d2721a5d5d6c95e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=28=E2=97=95=E1=B4=A5=E2=97=95=29?= Date: Fri, 10 Jan 2025 23:50:24 +0800 Subject: [PATCH] Add Conflake (#262) Co-authored-by: Master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ac2435..9e8a681 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ * [cached-nix-shell](https://github.com/xzfc/cached-nix-shell) - A `nix-shell` replacement that uses caching to open subsequent shells quickly. * [Cachix](https://cachix.org/) - Hosted binary cache service; free for open-source projects. * [compose2nix](https://github.com/aksiksi/compose2nix) - Generate a NixOS config from a Docker Compose project. +* [Conflake](https://ratson.github.io/conflake/) - A batteries included, autoload files, convention-based configuration framework for `flake.nix`. * [Devbox](https://github.com/jetpack-io/devbox) - Instant, portable, and predictable development environments. * [devshell](https://github.com/numtide/devshell) - `mkShell` with extra bits and a toml config option to be able to onboard non-nix users. * [dream2nix](https://github.com/nix-community/dream2nix) - A framework for automatically converting packages from other build systems to Nix.