diff options
author | Linnnus <[email protected]> | 2023-12-29 21:36:05 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-12-29 21:36:05 +0100 |
commit | 48e88ff56e730ae9527ee3f6e89aac5a0cc9e488 (patch) | |
tree | ab6cdd1d1fa70fa15a2dd1e8a84af38d5739b94b /flake.lock | |
parent | 8c4e59b2328ee008f1d479c20a58793fe5baacbe (diff) |
hosts/ahmed: Add hellohtml.linus.onl
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 140 |
1 files changed, 139 insertions, 1 deletions
@@ -65,6 +65,73 @@ "type": "github" } }, + "deno2nix": { + "inputs": { + "devshell": "devshell", + "flake-compat": "flake-compat", + "flake-utils": "flake-utils_2", + "nixpkgs": [ + "hellohtml", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1694341738, + "narHash": "sha256-zEosA90LiNd3/EFpZNKs7XPdY7PIsat19I6uJb/MuYU=", + "owner": "SnO2WMaN", + "repo": "deno2nix", + "rev": "38dcc186763ab930acd1d751b4bfe3c0bd606ef3", + "type": "github" + }, + "original": { + "owner": "SnO2WMaN", + "repo": "deno2nix", + "type": "github" + } + }, + "devshell": { + "inputs": { + "flake-utils": [ + "hellohtml", + "deno2nix", + "flake-utils" + ], + "nixpkgs": [ + "hellohtml", + "deno2nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1667210711, + "narHash": "sha256-IoErjXZAkzYWHEpQqwu/DeRNJGFdR7X2OGbkhMqMrpw=", + "owner": "numtide", + "repo": "devshell", + "rev": "96a9dd12b8a447840cc246e17a47b81a4268bba7", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "devshell", + "type": "github" + } + }, + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, "flake-utils": { "inputs": { "systems": "systems" @@ -84,10 +151,43 @@ } }, "flake-utils_2": { + "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" + } + }, + "flake-utils_3": { "inputs": { "systems": "systems_2" }, "locked": { + "lastModified": 1701680307, + "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_4": { + "inputs": { + "systems": "systems_3" + }, + "locked": { "lastModified": 1694529238, "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", @@ -101,6 +201,28 @@ "type": "github" } }, + "hellohtml": { + "inputs": { + "deno2nix": "deno2nix", + "flake-utils": "flake-utils_3", + "nixpkgs": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1703882017, + "narHash": "sha256-2pu26Y+0oZfnbQ7/4KFUBzWYXj3PMkpkxIKaMI/xWAw=", + "owner": "linnnus", + "repo": "hellohtml", + "rev": "57bcf2dd89d5f863520410278b9666725f2f9f77", + "type": "github" + }, + "original": { + "owner": "linnnus", + "repo": "hellohtml", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -196,7 +318,7 @@ }, "push-notification-api": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils_4", "nixpkgs": [ "nixpkgs" ] @@ -219,6 +341,7 @@ "inputs": { "agenix": "agenix", "comma": "comma", + "hellohtml": "hellohtml", "home-manager": "home-manager_2", "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs", @@ -255,6 +378,21 @@ "repo": "default", "type": "github" } + }, + "systems_3": { + "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", |