summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-23 20:24:12 -0400
committerseth <[email protected]>2023-07-23 20:58:15 -0400
commitd7263b66eb7c8c3b34584608812cc42b07b11156 (patch)
treea8cbf5a90731247acae19d5001839abca75ec4cf /flake.lock
parent011ee9d585abef4826681208d9e33bb1e1c88930 (diff)
modules/darwin: init
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock23
1 files changed, 22 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index fe75a1c..ab35785 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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",