diff options
| author | seth <[email protected]> | 2023-07-23 20:24:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-23 20:58:15 -0400 |
| commit | d7263b66eb7c8c3b34584608812cc42b07b11156 (patch) | |
| tree | a8cbf5a90731247acae19d5001839abca75ec4cf /flake.lock | |
| parent | 011ee9d585abef4826681208d9e33bb1e1c88930 (diff) | |
modules/darwin: init
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -2,7 +2,7 @@ "nodes": { "agenix": { "inputs": { - "darwin": "darwin", + "darwin": "darwin_2", "nixpkgs": [ "ragenix", "nixpkgs" @@ -55,6 +55,26 @@ "darwin": { "inputs": { "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1690100173, + "narHash": "sha256-v3DT7u5KlW1ZoulvFQPndbg0gVD0zKGkJmPqGsBVQ3I=", + "owner": "LnL7", + "repo": "nix-darwin", + "rev": "0f9058e739dbefc676dee557b4b627962268d556", + "type": "github" + }, + "original": { + "owner": "LnL7", + "repo": "nix-darwin", + "type": "github" + } + }, + "darwin_2": { + "inputs": { + "nixpkgs": [ "ragenix", "agenix", "nixpkgs" @@ -476,6 +496,7 @@ }, "root": { "inputs": { + "darwin": "darwin", "flake-compat": "flake-compat", "flake-parts": "flake-parts", "flake-utils": "flake-utils", |
