summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-13 21:21:00 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-13 21:21:00 +0100
commit2e8711a58820fa84b4a14c6b6e754a614f22bc0e (patch)
tree36fa01118d9a6db41dbbec3e80d70b8cb85e7740 /flake.lock
parent87b4abe94d627c3aac572259310250a4c8b865c9 (diff)
use flakes
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock84
1 files changed, 84 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..eb376cd
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,84 @@
+{
+ "nodes": {
+ "data": {
+ "inputs": {
+ "flake-utils": [
+ "personal-webpage"
+ ],
+ "nixpkgs": [
+ "personal-webpage"
+ ]
+ },
+ "locked": {
+ "lastModified": 1668340813,
+ "narHash": "sha256-S3rKgiJqBGsH69zU/A3tlogMC/jpICHtSAzd/CBTVUI=",
+ "owner": "qaristote",
+ "repo": "info",
+ "rev": "946290203abdc6075b01a40672509bbaabd260d5",
+ "type": "github"
+ },
+ "original": {
+ "owner": "qaristote",
+ "repo": "info",
+ "type": "github"
+ }
+ },
+ "flake-utils": {
+ "locked": {
+ "lastModified": 1667395993,
+ "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1668266328,
+ "narHash": "sha256-+nAW+XR8nswyEnt5IkQlkrz9erTcQWBVLkhtNHxckFw=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "5ca8e2e9e1fa5e66a749b39261ad6bd0e07bc87f",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "personal-webpage": {
+ "inputs": {
+ "data": "data",
+ "flake-utils": "flake-utils",
+ "nixpkgs": []
+ },
+ "locked": {
+ "lastModified": 1668369630,
+ "narHash": "sha256-aaXUpBgOhMjDYDSsnGs28MExA4o0cXn7tV5ndfxpikU=",
+ "owner": "qaristote",
+ "repo": "webpage",
+ "rev": "b0cb171f641dca185cad98506d6c0e104c67dab0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "qaristote",
+ "repo": "webpage",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs",
+ "personal-webpage": "personal-webpage"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}