From 2a26f65a51fe4820097d2a69bc0e2cdeca8f746a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 8 Feb 2023 21:05:52 +0000 Subject: [PATCH] flake: futils has renamed its branch to 'main' --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 9a8d315..8e1d6fa 100644 --- a/flake.lock +++ b/flake.lock @@ -48,7 +48,7 @@ }, "original": { "owner": "numtide", - "ref": "master", + "ref": "main", "repo": "flake-utils", "type": "github" } diff --git a/flake.nix b/flake.nix index 4d6d600..6d329bd 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ type = "github"; owner = "numtide"; repo = "flake-utils"; - ref = "master"; + ref = "main"; }; home-manager = {