From f8dcaddefb79cc8a25ea9cf5844dff78ab4b1206 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.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 77ea26f..974d16c 100644 --- a/flake.lock +++ b/flake.lock @@ -553,16 +553,16 @@ ] }, "locked": { - "lastModified": 1773832647, - "narHash": "sha256-VZVQDwqDmMGJcJ8WnD6Ug+DTV0b6S2DKHkdj3QvFO+w=", - "ref": "stable_deps", - "rev": "9bdaaf6c5180309b7810bb72f9e717a7c3b2a504", - "revCount": 102, + "lastModified": 1773932847, + "narHash": "sha256-IklIAdlonrmO8/lkDxNIVz9+ORL4pcVotMTxeyvxzoc=", + "ref": "main", + "rev": "0871a319f51d3cb0d1abb5b11edb768b39906d3f", + "revCount": 104, "type": "git", "url": "https://git.pvv.ntnu.no/Projects/worblehat.git" }, "original": { - "ref": "stable_deps", + "ref": "main", "type": "git", "url": "https://git.pvv.ntnu.no/Projects/worblehat.git" } diff --git a/flake.nix b/flake.nix index c98b072..0c26799 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";