nix: fix 'flake-utils' branch

This commit is contained in:
Bruno BELANYI 2023-04-01 16:54:45 +01:00
parent 5ff0fb460d
commit 2c807f6a52
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
}, },
"original": { "original": {
"owner": "numtide", "owner": "numtide",
"ref": "master", "ref": "main",
"repo": "flake-utils", "repo": "flake-utils",
"type": "github" "type": "github"
} }

View file

@ -6,7 +6,7 @@
type = "github"; type = "github";
owner = "numtide"; owner = "numtide";
repo = "flake-utils"; repo = "flake-utils";
ref = "master"; ref = "main";
}; };
nixpkgs = { nixpkgs = {