diff --git a/flake.lock b/flake.lock index a5bf59a..fee1f90 100644 --- a/flake.lock +++ b/flake.lock @@ -182,24 +182,6 @@ "type": "github" } }, - "flake-parts_3": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib_3" - }, - "locked": { - "lastModified": 1726153070, - "narHash": "sha256-HO4zgY0ekfwO5bX0QH/3kJ/h4KvUDFZg8YpkNwIbg1U=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "bcef6817a8b2aa20a5a6dbb19b43e63c5bf8619a", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "flake-utils": { "locked": { "lastModified": 1629284811, @@ -253,7 +235,7 @@ }, "flake-utils_4": { "inputs": { - "systems": "systems_8" + "systems": "systems_7" }, "locked": { "lastModified": 1731533236, @@ -913,21 +895,6 @@ "type": "github" } }, - "nix-filter": { - "locked": { - "lastModified": 1710156097, - "narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=", - "owner": "numtide", - "repo": "nix-filter", - "rev": "3342559a24e85fc164b295c3444e8a139924675b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "nix-filter", - "type": "github" - } - }, "nix-index-db": { "inputs": { "nixpkgs": [ @@ -988,18 +955,6 @@ "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" } }, - "nixpkgs-lib_3": { - "locked": { - "lastModified": 1725233747, - "narHash": "sha256-Ss8QWLXdr2JCBPcYChJhz4xJm+h/xjl4G0c0XlP6a74=", - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/356624c12086a18f2ea2825fed34523d60ccc4e3.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/356624c12086a18f2ea2825fed34523d60ccc4e3.tar.gz" - } - }, "nixpkgs-stable": { "locked": { "lastModified": 1733423277, @@ -1274,29 +1229,6 @@ "type": "github" } }, - "ooknet-website": { - "inputs": { - "flake-parts": "flake-parts_3", - "nix-filter": "nix-filter", - "nixpkgs": [ - "nixpkgs" - ], - "systems": "systems_6" - }, - "locked": { - "lastModified": 1728305902, - "narHash": "sha256-761elKy4m30bx9+3QTlc2MGlRbESek/klbufIP75UqI=", - "ref": "refs/heads/master", - "rev": "b0ed4617e28b40e43cc286c9cd50d75d0e204668", - "revCount": 4, - "type": "git", - "url": "ssh://git@github.com/ooks-io/website" - }, - "original": { - "type": "git", - "url": "ssh://git@github.com/ooks-io/website" - } - }, "ooks-scripts": { "inputs": { "nixpkgs": [ @@ -3284,10 +3216,9 @@ "nix-index-db": "nix-index-db", "nixpkgs": "nixpkgs_3", "nvf": "nvf", - "ooknet-website": "ooknet-website", "ooks-scripts": "ooks-scripts", "secrets": "secrets", - "systems": "systems_7", + "systems": "systems_6", "vpn-confinement": "vpn-confinement", "zjstatus": "zjstatus" } @@ -3452,21 +3383,6 @@ } }, "systems_7": { - "locked": { - "lastModified": 1689347949, - "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", - "owner": "nix-systems", - "repo": "default-linux", - "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default-linux", - "type": "github" - } - }, - "systems_8": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", diff --git a/flake.nix b/flake.nix index 63152d2..47c66b1 100644 --- a/flake.nix +++ b/flake.nix @@ -30,10 +30,6 @@ url = "git+ssh://git@github.com/ooks-io/scripts"; inputs.nixpkgs.follows = "nixpkgs"; }; - ooknet-website = { - url = "git+ssh://git@github.com/ooks-io/website"; - inputs.nixpkgs.follows = "nixpkgs"; - }; secrets = { url = "git+ssh://git@github.com/ooks-io/kunzen"; inputs = {