diff --git a/flake.lock b/flake.lock index aa6bd17..7dadaf9 100644 --- a/flake.lock +++ b/flake.lock @@ -303,7 +303,8 @@ "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "pppdotpm-site": "pppdotpm-site", - "whib-backend": "whib-backend" + "whib-backend": "whib-backend", + "whib-frontend": "whib-frontend" } }, "systems": { @@ -356,6 +357,27 @@ "type": "git", "url": "ssh://gitea@git.ppp.pm:1122/alex/whib.git" } + }, + "whib-frontend": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1761488530, + "narHash": "sha256-ooXnvS3ffmqZ91Gl81CZzCj65rdAjVEc8oR/9CsGZ2Y=", + "ref": "master", + "rev": "95bb44fae3187e5d8c007e80fa30addffe154544", + "revCount": 221, + "type": "git", + "url": "ssh://gitea@git.ppp.pm:1122/alex/whib-react.git" + }, + "original": { + "ref": "master", + "type": "git", + "url": "ssh://gitea@git.ppp.pm:1122/alex/whib-react.git" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 10ec9a2..e8df1df 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,11 @@ url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib.git?ref=master"; inputs.nixpkgs.follows = "nixpkgs"; }; + + whib-frontend = { + url = "git+ssh://gitea@git.ppp.pm:1122/alex/whib-react.git?ref=master"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs =