From 5bd6990cd2d6993a91d1abd02760a1fb23f2dd32 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 5 Jan 2025 00:23:35 -0500 Subject: [PATCH] chore(docs): update todo list --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca1893dd..ffad2569 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ TODO: add directory structure info and enforce it - [x] every root folder in the repo represents a flake output except inputs - [x] every root folder only has an optional `default.nix` and subfolders for each of its attrs - - [] if there is non nix code, it will be in a `config` folder - - [] redo docs + - [x] if there is non nix code, it will be in a `config` folder - [x] every module should not do anything if imported - - [] all nix files that represent a module should be `default.nix` (a nix file + - [x] all nix files that represent a module should be `default.nix` (a nix file which is imported directly can be called anything alongside `default.nix`) + - [ ] redo docs ## AGS