This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
presis/flake.lock
Simon Bruder 46f08e1817
All checks were successful
continuous-integration/drone/push Build is passing
Convert to flake
This also changes how reveal.js is vendored and as a consequence of this
change, it needs to dereference the build result before deploying it
with netlify. This is because flakes do not like submodules and netlify
does not like symlinks.
2021-05-12 21:44:31 +02:00

62 lines
1.5 KiB
JSON

{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1620759905,
"narHash": "sha256-WiyWawrgmyN0EdmiHyG2V+fqReiVi8bM9cRdMaKQOFg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b543720b25df6ffdfcf9227afafc5b8c1fabfae8",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1620842550,
"narHash": "sha256-hpJOMy5HOKIOxJ5aJoFuXqYjEbkYrFY7pDlXYWowxLg=",
"owner": "sbruder",
"repo": "nixpkgs",
"rev": "3a4a2227bb38ec1f3c773829f5d724248af9632c",
"type": "github"
},
"original": {
"owner": "sbruder",
"ref": "fix-netlify-cli",
"repo": "nixpkgs",
"type": "github"
}
},
"revealjs": {
"flake": false,
"locked": {
"lastModified": 1602496264,
"narHash": "sha256-oN77CUmmvrzObhQbORXAujjb+4IkiYbKVLsi7hddsIM=",
"owner": "hakimel",
"repo": "reveal.js",
"rev": "0582f57517c97a4c7bfeb58762138c78883f94c5",
"type": "github"
},
"original": {
"owner": "hakimel",
"ref": "4.1.0",
"repo": "reveal.js",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"revealjs": "revealjs"
}
}
},
"root": "root",
"version": 7
}