From ed5cb0273fac0a329381477aac13196730a67b26 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Thu, 19 Mar 2026 16:09:24 +0100 Subject: [PATCH] use main branch for worblehat after merge --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a6cc3d6..86981b5 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ dibbler.url = "git+https://git.pvv.ntnu.no/Projects/dibbler.git?ref=main"; dibbler.inputs.nixpkgs.follows = "nixpkgs"; - worblehat.url = "git+https://git.pvv.ntnu.no/Projects/worblehat.git?ref=stable_deps"; + worblehat.url = "git+https://git.pvv.ntnu.no/Projects/worblehat.git?ref=main"; worblehat.inputs.nixpkgs.follows = "nixpkgs"; matrix-next.url = "github:dali99/nixos-matrix-modules/v0.8.0";