Update agenix

This commit is contained in:
Tim Schubert 2023-11-04 14:39:20 +01:00
parent 4ca056cc28
commit afe3d8683c
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
3 changed files with 52 additions and 7 deletions

55
flake.lock generated
View file

@ -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",

View file

@ -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 = {

View file

@ -23,7 +23,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = [
agenix.overlay
agenix.overlays.default
devshell.overlays.default
];
};