diff --git a/docs/0.0.1/draft/TOC.md b/docs/0.0.1/draft/TOC.md deleted file mode 100644 index abf3769..0000000 --- a/docs/0.0.1/draft/TOC.md +++ /dev/null @@ -1,2 +0,0 @@ -# Table of Contents ---- diff --git a/docs/0.0.1/internal/MOC.md b/docs/0.0.1/internal/MOC.md deleted file mode 100644 index 5484788..0000000 --- a/docs/0.0.1/internal/MOC.md +++ /dev/null @@ -1,9 +0,0 @@ -# Map of Content ---- -- **Who are we** -- **What is tags** -- **When should you use tags** -- **Where can you deploy a tags app** -- **Why should you move from x or y stack to tags** -- **How do you implement tags** -- **With what tools and dependencies** \ No newline at end of file diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..4141de1 --- /dev/null +++ b/flake.lock @@ -0,0 +1,59 @@ +{ + "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1683968890, + "narHash": "sha256-FuNtjMvT07cJydY5NRyRhIni/dEwkSkijmFEdsmqdkA=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ea11a3977f4cba013d8680667616be827c967ac0", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +}