From 9711e5c2731b3076fc7c885bba87ef4d1d844fd8 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 21 Mar 2025 22:36:42 +0100 Subject: [PATCH] Use up-to-date dotfiles branch --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aaed1c3..d4f9fe2 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "The collection of hydra jobs"; inputs = { - dotfiles.url = "git+https://gitlab.julian-mutter.de/julian/dotfiles"; + dotfiles.url = "git+https://gitlab.julian-mutter.de/julian/dotfiles?ref=flake-updates"; # dotfiles.inputs.nixpkgs.follows = "nixpkgs"; # sheet-organizer.url = "git+https://gitlab.julian-mutter.de/julian/sheet-organizer";