From 7681089ceb2849c0dc38b9c2bb72e95d60c272d5 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 994af7c..0e45e9b 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";