From 2e8711a58820fa84b4a14c6b6e754a614f22bc0e Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 13 Nov 2022 21:21:00 +0100 Subject: use flakes --- flake.lock | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 flake.lock (limited to 'flake.lock') 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 +} -- cgit v1.2.3 From 234e37175bedd061252a311cc3d08f4898132aae Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 13 Nov 2022 22:59:21 +0100 Subject: flake: interface modules and overlays --- flake.lock | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index eb376cd..7eee262 100644 --- a/flake.lock +++ b/flake.lock @@ -3,18 +3,20 @@ "data": { "inputs": { "flake-utils": [ - "personal-webpage" + "personal-webpage", + "flake-utils" ], "nixpkgs": [ - "personal-webpage" + "personal-webpage", + "nixpkgs" ] }, "locked": { - "lastModified": 1668340813, - "narHash": "sha256-S3rKgiJqBGsH69zU/A3tlogMC/jpICHtSAzd/CBTVUI=", + "lastModified": 1668375475, + "narHash": "sha256-rp+tPVJkm8QWG48MBhk/+qblvYOmSpLamfAZkhMnyKw=", "owner": "qaristote", "repo": "info", - "rev": "946290203abdc6075b01a40672509bbaabd260d5", + "rev": "5a8c11a5fae47a8eaad7a90ac3a70020243ceb48", "type": "github" }, "original": { @@ -33,9 +35,8 @@ "type": "github" }, "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" + "id": "flake-utils", + "type": "indirect" } }, "nixpkgs": { @@ -55,15 +56,19 @@ "personal-webpage": { "inputs": { "data": "data", - "flake-utils": "flake-utils", - "nixpkgs": [] + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { - "lastModified": 1668369630, - "narHash": "sha256-aaXUpBgOhMjDYDSsnGs28MExA4o0cXn7tV5ndfxpikU=", + "lastModified": 1668375580, + "narHash": "sha256-eviU7Gx1Y1yTKsWdKQJ0fI/gA/L3MtDp5ZLbleSthzk=", "owner": "qaristote", "repo": "webpage", - "rev": "b0cb171f641dca185cad98506d6c0e104c67dab0", + "rev": "19a0c33863da3223145e4e1c1315d5332ff53df5", "type": "github" }, "original": { @@ -74,6 +79,7 @@ }, "root": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", "personal-webpage": "personal-webpage" } -- cgit v1.2.3 From c4313f64675445d4da72983cbbf3b34271b5258c Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 16 Nov 2022 23:08:25 +0100 Subject: update personal webpage --- flake.lock | 46 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 10 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 7eee262..3980289 100644 --- a/flake.lock +++ b/flake.lock @@ -12,11 +12,11 @@ ] }, "locked": { - "lastModified": 1668375475, - "narHash": "sha256-rp+tPVJkm8QWG48MBhk/+qblvYOmSpLamfAZkhMnyKw=", + "lastModified": 1668631291, + "narHash": "sha256-4c4vm/qb9PP6OTgHtEJcD2NoDwlMgYg4Z9Q6natda9o=", "owner": "qaristote", "repo": "info", - "rev": "5a8c11a5fae47a8eaad7a90ac3a70020243ceb48", + "rev": "bc83aaf07a793823676d3d94c1d50b10be9b4a57", "type": "github" }, "original": { @@ -41,11 +41,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1668266328, - "narHash": "sha256-+nAW+XR8nswyEnt5IkQlkrz9erTcQWBVLkhtNHxckFw=", + "lastModified": 1668595402, + "narHash": "sha256-12zewsdsS3hFyWSb9x8a1pnbYOcsohvWoB6RYkMvlWE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5ca8e2e9e1fa5e66a749b39261ad6bd0e07bc87f", + "rev": "c03141948959417b580a9cbd57983af910d6727a", "type": "github" }, "original": { @@ -61,14 +61,15 @@ ], "nixpkgs": [ "nixpkgs" - ] + ], + "uncss": "uncss" }, "locked": { - "lastModified": 1668375580, - "narHash": "sha256-eviU7Gx1Y1yTKsWdKQJ0fI/gA/L3MtDp5ZLbleSthzk=", + "lastModified": 1668636351, + "narHash": "sha256-eGu4TCPtgSeCrdIlvKM/wkb7NPX83gI+R3GwMHAmwaA=", "owner": "qaristote", "repo": "webpage", - "rev": "19a0c33863da3223145e4e1c1315d5332ff53df5", + "rev": "3229cdeb36992f429a4cba6c0e0f0c0fb38db527", "type": "github" }, "original": { @@ -83,6 +84,31 @@ "nixpkgs": "nixpkgs", "personal-webpage": "personal-webpage" } + }, + "uncss": { + "inputs": { + "flake-utils": [ + "personal-webpage", + "flake-utils" + ], + "nixpkgs": [ + "personal-webpage", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1668549614, + "narHash": "sha256-1C2qBUB5Wz7DPPYR4DQi8hh2xoFA89WgEfdI2bsv4pI=", + "owner": "qaristote", + "repo": "uncss", + "rev": "0e5a335e85ec85ff6f764ea87adb5c7da83b0924", + "type": "github" + }, + "original": { + "owner": "qaristote", + "repo": "uncss", + "type": "github" + } } }, "root": "root", -- cgit v1.2.3 From b870ff99bae3de2db083f3a96dc5f74335b1c529 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 16 Nov 2022 23:25:05 +0100 Subject: update personal webpage --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 3980289..9bc7178 100644 --- a/flake.lock +++ b/flake.lock @@ -65,11 +65,11 @@ "uncss": "uncss" }, "locked": { - "lastModified": 1668636351, - "narHash": "sha256-eGu4TCPtgSeCrdIlvKM/wkb7NPX83gI+R3GwMHAmwaA=", + "lastModified": 1668637413, + "narHash": "sha256-Uj/aYwlLRV8ZQqO7M8ZCkrTsMXM04+ByQktUQHiJpiM=", "owner": "qaristote", "repo": "webpage", - "rev": "3229cdeb36992f429a4cba6c0e0f0c0fb38db527", + "rev": "4098a8323a2dfbb498e1e59bef417b48b1034775", "type": "github" }, "original": { -- cgit v1.2.3 From 0652fc1fcc72047db640453e09aa36e134567c07 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 20 Nov 2022 18:02:47 +0100 Subject: services: web: quentin: fix picture --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 9bc7178..b19b16f 100644 --- a/flake.lock +++ b/flake.lock @@ -41,11 +41,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1668595402, - "narHash": "sha256-12zewsdsS3hFyWSb9x8a1pnbYOcsohvWoB6RYkMvlWE=", + "lastModified": 1668912770, + "narHash": "sha256-Nzt7ALUl5PrUAYIH8aRbj+njkJZVQ4VQBkWx+qQvqyM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c03141948959417b580a9cbd57983af910d6727a", + "rev": "862277ac9d34273cd953f42061e23d488d6b7e8b", "type": "github" }, "original": { @@ -65,11 +65,11 @@ "uncss": "uncss" }, "locked": { - "lastModified": 1668637413, - "narHash": "sha256-Uj/aYwlLRV8ZQqO7M8ZCkrTsMXM04+ByQktUQHiJpiM=", + "lastModified": 1668963583, + "narHash": "sha256-0zFZ9AFQFo9ef7iOQeRS7vp1gIanBkl4+0PHT3zcR68=", "owner": "qaristote", "repo": "webpage", - "rev": "4098a8323a2dfbb498e1e59bef417b48b1034775", + "rev": "3b58f293f93dabf06f950f5d85e1dc053f622774", "type": "github" }, "original": { -- cgit v1.2.3 From 7edddf91dd8889c2aee8279a35400a19340c78d1 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 27 Nov 2022 18:02:05 +0100 Subject: flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/862277ac9d34273cd953f42061e23d488d6b7e8b' (2022-11-20) → 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index b19b16f..a98c43c 100644 --- a/flake.lock +++ b/flake.lock @@ -41,11 +41,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1668912770, - "narHash": "sha256-Nzt7ALUl5PrUAYIH8aRbj+njkJZVQ4VQBkWx+qQvqyM=", + "lastModified": 1669535121, + "narHash": "sha256-koZLM7oWVGrjyHnYDo7/w5qlmUn9UZUKSFNfmIjueE8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "862277ac9d34273cd953f42061e23d488d6b7e8b", + "rev": "b45ec953794bb07922f0468152ad1ebaf8a084b3", "type": "github" }, "original": { -- cgit v1.2.3 From f6c306074d0c70fd2ad20c5182f557359e611378 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 4 Dec 2022 13:18:18 +0100 Subject: flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/813836d64fa57285d108f0dbf2356457ccd304e3' (2022-12-03) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index a98c43c..cb34263 100644 --- a/flake.lock +++ b/flake.lock @@ -41,11 +41,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1669535121, - "narHash": "sha256-koZLM7oWVGrjyHnYDo7/w5qlmUn9UZUKSFNfmIjueE8=", + "lastModified": 1670086663, + "narHash": "sha256-hT8C8AQB74tdoCPwz4nlJypLMD7GI2F5q+vn+VE/qQk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b45ec953794bb07922f0468152ad1ebaf8a084b3", + "rev": "813836d64fa57285d108f0dbf2356457ccd304e3", "type": "github" }, "original": { -- cgit v1.2.3 From e09b2af5fecdfad696ce58436df5076328759c0a Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 17 Dec 2022 18:41:33 +0100 Subject: update webpage --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index cb34263..d5d6fa0 100644 --- a/flake.lock +++ b/flake.lock @@ -12,11 +12,11 @@ ] }, "locked": { - "lastModified": 1668631291, - "narHash": "sha256-4c4vm/qb9PP6OTgHtEJcD2NoDwlMgYg4Z9Q6natda9o=", + "lastModified": 1671297777, + "narHash": "sha256-kvCzzOupvgGyO3Q/0cpGPgDYEdj8g6MVCH4Mlt/e56k=", "owner": "qaristote", "repo": "info", - "rev": "bc83aaf07a793823676d3d94c1d50b10be9b4a57", + "rev": "c91a58357700a466aee5135767535136c878e009", "type": "github" }, "original": { @@ -41,11 +41,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1670086663, - "narHash": "sha256-hT8C8AQB74tdoCPwz4nlJypLMD7GI2F5q+vn+VE/qQk=", + "lastModified": 1671249438, + "narHash": "sha256-5e+CcnbZA3/i2BRXbnzRS52Ly67MUNdZR+Zpbb2C65k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "813836d64fa57285d108f0dbf2356457ccd304e3", + "rev": "067bfc6c90a301572cec7da48f09c447a9a8eae0", "type": "github" }, "original": { @@ -65,11 +65,11 @@ "uncss": "uncss" }, "locked": { - "lastModified": 1668963583, - "narHash": "sha256-0zFZ9AFQFo9ef7iOQeRS7vp1gIanBkl4+0PHT3zcR68=", + "lastModified": 1671298845, + "narHash": "sha256-lFVBXth57Pn6QIN+vPvFR87UxWJ1HFXarHalDvjWrR4=", "owner": "qaristote", "repo": "webpage", - "rev": "3b58f293f93dabf06f950f5d85e1dc053f622774", + "rev": "334d3318b16d765dc10a537be841240986aeea04", "type": "github" }, "original": { -- cgit v1.2.3