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 = {