commit 3fa1d88b284a80904573afb86396cff94de7056d
parent db1a098768c2f782c914b9d06953c292f5d962b4
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 27 Aug 2025 10:55:53 +0200
parent db1a098768c2f782c914b9d06953c292f5d962b4
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 27 Aug 2025 10:55:53 +0200
flake/grapevine: use `main` branch again
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/flake.lock b/flake.lock @@ -570,17 +570,16 @@ }, "locked": { "host": "gitlab.computer.surgery", - "lastModified": 1754854924, - "narHash": "sha256-liplBa7TkeN0BqwhG9bS8GHPJj5+l6MOSPtAUilXSts=", + "lastModified": 1755842581, + "narHash": "sha256-UciBkqc2sPExLrbJXc7A1wLGKF9ZucRoHaAz+VAmlRo=", "owner": "matrix", "repo": "grapevine", - "rev": "f903421c3fdf131d536ebe8336fe2e8fcd28daae", + "rev": "b5bc53bb2ddd9e6111c66a92a98229eaf647ebf0", "type": "gitlab" }, "original": { "host": "gitlab.computer.surgery", "owner": "matrix", - "ref": "lambda/sss", "repo": "grapevine", "type": "gitlab" }
diff --git a/flake.nix b/flake.nix @@ -275,7 +275,7 @@ deploy-rs.inputs.utils.follows = "flakeUtils"; deploy-rs.inputs.flake-compat.follows = "flakeCompat"; - grapevine.url = "gitlab:matrix/grapevine?host=gitlab.computer.surgery&ref=lambda/sss"; + grapevine.url = "gitlab:matrix/grapevine?host=gitlab.computer.surgery"; grapevine.inputs = { nixpkgs.follows = "nixpkgs"; flake-compat.follows = "flakeCompat";