From 37d878da271f6ccc7b9e1e895b1c4df266c7db58 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 1 Dec 2023 19:24:35 +0000 Subject: [PATCH] nix: use 'main' branch for 'flake-utils' --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 3b08152..7d3c551 100644 --- a/flake.lock +++ b/flake.lock @@ -27,7 +27,7 @@ }, "original": { "owner": "numtide", - "ref": "master", + "ref": "main", "repo": "flake-utils", "type": "github" } diff --git a/flake.nix b/flake.nix index 9960c28..6334931 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ type = "github"; owner = "numtide"; repo = "flake-utils"; - ref = "master"; + ref = "main"; }; nixpkgs = {