flake: agenix has renamed its branch to 'main'

This commit is contained in:
Bruno BELANYI 2021-11-23 17:08:46 +01:00
parent 6f643052e1
commit 5150bad300
2 changed files with 5 additions and 5 deletions

View File

@ -7,16 +7,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1634404028, "lastModified": 1637625975,
"narHash": "sha256-JyP2Y6JCCYvUcVz7CXX5pXUfTGTU4GX51Yza82BgMfk=", "narHash": "sha256-ByDgmhpLykhAVeaFggjqoSRdl2OzTDODnxjPuu97fL4=",
"owner": "ryantm", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "53aa91b4170da35a96fab1577c9a34bc0da44e27", "rev": "a0e9ca505c82e762d39e9477a428b537a0aab022",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ryantm", "owner": "ryantm",
"ref": "master", "ref": "main",
"repo": "agenix", "repo": "agenix",
"type": "github" "type": "github"
} }

View File

@ -5,7 +5,7 @@
type = "github"; type = "github";
owner = "ryantm"; owner = "ryantm";
repo = "agenix"; repo = "agenix";
ref = "master"; ref = "main";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };