diff --git a/flake.lock b/flake.lock index 58a02b9..b729442 100644 --- a/flake.lock +++ b/flake.lock @@ -1,10 +1,37 @@ { "nodes": { "agenix": { + "inputs": { + "agenix": "agenix_2", + "crane": "crane", + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ], + "rust-overlay": "rust-overlay" + }, + "locked": { + "lastModified": 1682237245, + "narHash": "sha256-xbBR7LNK+d5Yi/D6FXQGc1R6u2VV2nwr/Df5iaEbOEQ=", + "owner": "yaxitech", + "repo": "ragenix", + "rev": "281f68c3d477904f79ff1cd5807a8c226cd80a50", + "type": "github" + }, + "original": { + "owner": "yaxitech", + "repo": "ragenix", + "type": "github" + } + }, + "agenix_2": { "inputs": { "darwin": "darwin", "home-manager": "home-manager", "nixpkgs": [ + "agenix", "nixpkgs" ] }, @@ -24,7 +51,7 @@ }, "conduit": { "inputs": { - "crane": "crane", + "crane": "crane_2", "fenix": "fenix", "flake-utils": [ "flake-utils" @@ -50,6 +77,36 @@ "crane": { "inputs": { "flake-compat": "flake-compat", + "flake-utils": [ + "agenix", + "flake-utils" + ], + "nixpkgs": [ + "agenix", + "nixpkgs" + ], + "rust-overlay": [ + "agenix", + "rust-overlay" + ] + }, + "locked": { + "lastModified": 1691423162, + "narHash": "sha256-cReUZCo83YEEmFcHX8CcOVTZYUrcWgHQO34zxQzy7WI=", + "owner": "ipetkov", + "repo": "crane", + "rev": "b5d9d42ea3fa8fea1805d9af1416fe207d0dd1dc", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, + "crane_2": { + "inputs": { + "flake-compat": "flake-compat_2", "flake-utils": [ "conduit", "flake-utils" @@ -58,7 +115,7 @@ "conduit", "nixpkgs" ], - "rust-overlay": "rust-overlay" + "rust-overlay": "rust-overlay_2" }, "locked": { "lastModified": 1688772518, @@ -77,6 +134,7 @@ "darwin": { "inputs": { "nixpkgs": [ + "agenix", "agenix", "nixpkgs" ] @@ -98,7 +156,7 @@ }, "deploy-rs": { "inputs": { - "flake-compat": "flake-compat_2", + "flake-compat": "flake-compat_3", "nixpkgs": [ "nixpkgs" ], @@ -174,6 +232,22 @@ } }, "flake-compat_2": { + "flake": false, + "locked": { + "lastModified": 1673956053, + "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_3": { "flake": false, "locked": { "lastModified": 1668681692, @@ -189,7 +263,7 @@ "type": "github" } }, - "flake-compat_3": { + "flake-compat_4": { "flake": false, "locked": { "lastModified": 1641205782, @@ -205,7 +279,7 @@ "type": "github" } }, - "flake-compat_4": { + "flake-compat_5": { "flake": false, "locked": { "lastModified": 1673956053, @@ -283,6 +357,7 @@ "home-manager": { "inputs": { "nixpkgs": [ + "agenix", "agenix", "nixpkgs" ] @@ -325,7 +400,7 @@ "matrix-appservices": { "inputs": { "devshell": "devshell", - "flake-compat": "flake-compat_3", + "flake-compat": "flake-compat_4", "nixlib": "nixlib", "nixpkgs": [ "nixpkgs" @@ -442,7 +517,7 @@ }, "pre-commit-hooks": { "inputs": { - "flake-compat": "flake-compat_4", + "flake-compat": "flake-compat_5", "flake-utils": [ "flake-utils" ], @@ -503,6 +578,31 @@ } }, "rust-overlay": { + "inputs": { + "flake-utils": [ + "agenix", + "flake-utils" + ], + "nixpkgs": [ + "agenix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1691634013, + "narHash": "sha256-EYrZnyYO84mewPetfjxloLKq4WIwmsXUNWnaHhdeO/Y=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "48f3d76f512c7267d82d84c5d3d156ad2b9a8d12", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, + "rust-overlay_2": { "inputs": { "flake-utils": [ "conduit", diff --git a/flake.nix b/flake.nix index 0829e2c..9fbf8a0 100644 --- a/flake.nix +++ b/flake.nix @@ -21,8 +21,9 @@ nur.url = "github:nix-community/NUR/master"; agenix = { - url = "github:ryantm/agenix"; + url = "github:yaxitech/ragenix"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; }; deploy-rs = {