diff --git a/flake.lock b/flake.lock index 5f75c7f..3f88a2d 100644 --- a/flake.lock +++ b/flake.lock @@ -7,16 +7,16 @@ ] }, "locked": { - "lastModified": 1634404028, - "narHash": "sha256-JyP2Y6JCCYvUcVz7CXX5pXUfTGTU4GX51Yza82BgMfk=", + "lastModified": 1637625975, + "narHash": "sha256-ByDgmhpLykhAVeaFggjqoSRdl2OzTDODnxjPuu97fL4=", "owner": "ryantm", "repo": "agenix", - "rev": "53aa91b4170da35a96fab1577c9a34bc0da44e27", + "rev": "a0e9ca505c82e762d39e9477a428b537a0aab022", "type": "github" }, "original": { "owner": "ryantm", - "ref": "master", + "ref": "main", "repo": "agenix", "type": "github" } diff --git a/flake.nix b/flake.nix index 39e0eb6..3b8c722 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ type = "github"; owner = "ryantm"; repo = "agenix"; - ref = "master"; + ref = "main"; inputs = { nixpkgs.follows = "nixpkgs"; };