diff --git a/flake.lock b/flake.lock index aba80cc..6d3a4b8 100644 --- a/flake.lock +++ b/flake.lock @@ -2,25 +2,49 @@ "nodes": { "agenix": { "inputs": { + "darwin": "darwin", + "home-manager": "home-manager", "nixpkgs": [ "nixpkgs" ] }, "locked": { - "lastModified": 1664140963, - "narHash": "sha256-pFxDtOLduRFlol0Y4ShE+soRQX4kbhaCNBtDOvx7ykw=", + "lastModified": 1694733633, + "narHash": "sha256-/o/OubAsPMbxqru59tLlWzUI7LBNDaoW4rFwQ2Smxcg=", "owner": "ryantm", "repo": "agenix", - "rev": "6acb1fe5f8597d5ce63fc82bc7fcac7774b1cdf0", + "rev": "54693c91d923fecb4cf04c4535e3d84f8dec7919", "type": "github" }, "original": { "owner": "ryantm", - "ref": "0.13.0", + "ref": "0.14.0", "repo": "agenix", "type": "github" } }, + "darwin": { + "inputs": { + "nixpkgs": [ + "agenix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1673295039, + "narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=", + "owner": "lnl7", + "repo": "nix-darwin", + "rev": "87b9d090ad39b25b2400029c64825fc2a8868943", + "type": "github" + }, + "original": { + "owner": "lnl7", + "ref": "master", + "repo": "nix-darwin", + "type": "github" + } + }, "devshell": { "inputs": { "nixpkgs": [ @@ -113,6 +137,27 @@ } }, "home-manager": { + "inputs": { + "nixpkgs": [ + "agenix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1682203081, + "narHash": "sha256-kRL4ejWDhi0zph/FpebFYhzqlOBrk0Pl3dzGEKSAlEw=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "32d3e39c491e2f91152c84f8ad8b003420eab0a1", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, + "home-manager_2": { "inputs": { "nixpkgs": [ "nixpkgs" @@ -315,7 +360,7 @@ "eza": "eza", "flake-registry": "flake-registry", "flake-utils": "flake-utils", - "home-manager": "home-manager", + "home-manager": "home-manager_2", "homePage": "homePage", "jujutsu": "jujutsu", "naersk": "naersk", diff --git a/flake.nix b/flake.nix index 038f146..94442c1 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ inputs.flake-utils.follows = "flake-utils"; }; agenix = { - url = "github:ryantm/agenix/0.13.0"; + url = "github:ryantm/agenix/0.14.0"; inputs.nixpkgs.follows = "nixpkgs"; }; devshell = { diff --git a/outputs.nix b/outputs.nix index 4783575..8c0d9ac 100644 --- a/outputs.nix +++ b/outputs.nix @@ -23,7 +23,7 @@ pkgs = import nixpkgs { inherit system; overlays = [ - agenix.overlay + agenix.overlays.default devshell.overlays.default ]; };