diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 5b65b5f..066d6b6 100644 --- a/flake.lock +++ b/flake.lock @@ -36,10 +36,27 @@ "type": "github" } }, + "revealjs": { + "flake": false, + "locked": { + "lastModified": 1686910306, + "narHash": "sha256-3R1ygMi07/hj4S9O45/g5SOd9ClvtQ347GSsH/MAY/U=", + "owner": "hakimel", + "repo": "reveal.js", + "rev": "12f5ba4c9d53c500ec20aea2cc8b8f66e725026a", + "type": "github" + }, + "original": { + "owner": "hakimel", + "repo": "reveal.js", + "type": "github" + } + }, "root": { "inputs": { "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", + "revealjs": "revealjs", "systems": "systems" } }, |