1
0
Fork 0
dotfiles/flake.lock

245 lines
6.2 KiB
Plaintext
Raw Normal View History

2021-12-06 22:35:29 +00:00
{
"nodes": {
2022-07-30 18:17:39 +00:00
"arion": {
"inputs": {
2022-12-04 17:05:34 +00:00
"flake-parts": "flake-parts",
"haskell-flake": "haskell-flake",
2022-07-30 18:17:39 +00:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2022-12-16 20:51:35 +00:00
"lastModified": 1671155090,
"narHash": "sha256-kRbTLQN4oQGu3YTxRgB75rCV18QLc4ENKfT3xhjrVT4=",
2022-07-30 18:17:39 +00:00
"owner": "hercules-ci",
"repo": "arion",
2022-12-16 20:51:35 +00:00
"rev": "cabcbcacca1ba6e71f91dbccec24880850bdf516",
2022-07-30 18:17:39 +00:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "arion",
"type": "github"
}
},
2022-02-03 22:35:52 +00:00
"darwin": {
"inputs": {
"nixpkgs": [
2022-07-30 16:18:04 +00:00
"nixpkgs"
2022-02-03 22:35:52 +00:00
]
},
"locked": {
2022-12-16 20:51:35 +00:00
"lastModified": 1671196037,
"narHash": "sha256-2+J98SeczFWonbqFLMEAQC7vZEe6I2gM17XYvEmG52I=",
2022-02-03 22:35:52 +00:00
"owner": "lnl7",
"repo": "nix-darwin",
2022-12-16 20:51:35 +00:00
"rev": "adb8ac0453c8b2c40f5bffb578453dbaee838952",
2022-02-03 22:35:52 +00:00
"type": "github"
},
"original": {
"owner": "lnl7",
"repo": "nix-darwin",
"type": "github"
}
},
2021-12-06 22:35:29 +00:00
"flake-compat": {
"flake": false,
"locked": {
2022-11-19 16:48:06 +00:00
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
2021-12-06 22:35:29 +00:00
"owner": "edolstra",
"repo": "flake-compat",
2022-11-19 16:48:06 +00:00
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2022-12-04 17:05:34 +00:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"arion",
"nixpkgs"
]
},
"locked": {
"lastModified": 1669931201,
"narHash": "sha256-UnYFeaLPLj7e4eEt4GJooeJZhaZXyloQZYinwO/CeUw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "995d6bc162c0539998ef6375c2c6b612972dc016",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"ref": "easyOverlay",
"repo": "flake-parts",
"type": "github"
}
},
2021-12-06 22:35:29 +00:00
"flake-utils": {
"locked": {
2022-11-27 16:12:49 +00:00
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
2021-12-06 22:35:29 +00:00
"owner": "numtide",
"repo": "flake-utils",
2022-11-27 16:12:49 +00:00
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-12-04 17:05:34 +00:00
"haskell-flake": {
"locked": {
"lastModified": 1668167720,
"narHash": "sha256-5wDTR6xt9BB3BjgKR+YOjOkZgMyDXKaX79g42sStzDU=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "4fc511d93a55fedf815c1647ad146c26d7a2054e",
"type": "github"
},
"original": {
"owner": "srid",
"repo": "haskell-flake",
"type": "github"
}
},
2021-12-06 22:35:29 +00:00
"home-manager": {
"inputs": {
"nixpkgs": [
2022-07-30 16:18:04 +00:00
"nixpkgs"
2022-06-07 19:12:11 +00:00
],
"utils": "utils"
2021-12-06 22:35:29 +00:00
},
"locked": {
2022-12-19 21:02:59 +00:00
"lastModified": 1671459164,
"narHash": "sha256-RbkDnvLV7WjbiF4Dpiezrf8kXxwieQXAVtY8ciRQj6Q=",
2021-12-06 22:35:29 +00:00
"owner": "nix-community",
"repo": "home-manager",
2022-12-19 21:02:59 +00:00
"rev": "e7eba9cc46547ae86642ad3c6a9a4fb22c07bc26",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"neovim-flake": {
"inputs": {
"flake-utils": "flake-utils",
2021-12-27 23:52:11 +00:00
"nixpkgs": [
"neovim-nightly-overlay",
"nixpkgs"
]
2021-12-06 22:35:29 +00:00
},
"locked": {
"dir": "contrib",
2022-12-20 19:26:57 +00:00
"lastModified": 1671505418,
"narHash": "sha256-kWK3A7OkZqjI51Ntad25JwAEdx81a2yCmFVqUd2vOMc=",
2021-12-06 22:35:29 +00:00
"owner": "neovim",
"repo": "neovim",
2022-12-20 19:26:57 +00:00
"rev": "de90a8bfe5ff4b440597e6d3301bdc3bde01990a",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"dir": "contrib",
"owner": "neovim",
"repo": "neovim",
"type": "github"
}
},
"neovim-nightly-overlay": {
"inputs": {
2022-06-26 21:51:13 +00:00
"flake-compat": "flake-compat",
2021-12-06 22:35:29 +00:00
"neovim-flake": "neovim-flake",
2021-12-17 20:41:54 +00:00
"nixpkgs": [
2022-07-30 16:18:04 +00:00
"nixpkgs"
2021-12-17 20:41:54 +00:00
]
2021-12-06 22:35:29 +00:00
},
"locked": {
2022-12-20 19:26:57 +00:00
"lastModified": 1671524068,
"narHash": "sha256-cn8sDsbMVEqHyc5vuC1bxxaN+ogmG7mu+9uQAiF/kn0=",
2021-12-06 22:35:29 +00:00
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
2022-12-20 19:26:57 +00:00
"rev": "c7d0de1fc663052e51ce0ff11983e7b6222bf225",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"type": "github"
}
},
2021-12-14 19:34:31 +00:00
"nifoc-overlay": {
"inputs": {
2021-12-17 20:41:54 +00:00
"nixpkgs": [
2022-07-30 16:18:04 +00:00
"nixpkgs"
2021-12-17 20:41:54 +00:00
]
2021-12-14 19:34:31 +00:00
},
"locked": {
2022-12-19 21:02:59 +00:00
"lastModified": 1671438260,
"narHash": "sha256-8GgylSh8L2VSpwwfO8ddzh5tgL6vI11kfDH96VJYi0c=",
2021-12-14 19:34:31 +00:00
"owner": "nifoc",
"repo": "nix-overlay",
2022-12-19 21:02:59 +00:00
"rev": "ddb3ff439186da764f6bf91a7623c80b864850f9",
2021-12-14 19:34:31 +00:00
"type": "github"
},
"original": {
"owner": "nifoc",
"repo": "nix-overlay",
"type": "github"
}
},
2022-07-30 16:18:04 +00:00
"nixpkgs": {
2021-12-27 16:10:34 +00:00
"locked": {
2022-12-20 19:26:57 +00:00
"lastModified": 1671458120,
"narHash": "sha256-2+k/OONN4OF21TeoNjKB5sXVZv6Zvm/uEyQIW9OYCg8=",
2021-12-06 22:35:29 +00:00
"owner": "nixos",
"repo": "nixpkgs",
2022-12-20 19:26:57 +00:00
"rev": "e37ef84b478fa8da0ced96522adfd956fde9047a",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2022-07-30 18:17:39 +00:00
"arion": "arion",
2022-02-03 22:35:52 +00:00
"darwin": "darwin",
2021-12-06 22:35:29 +00:00
"home-manager": "home-manager",
"neovim-nightly-overlay": "neovim-nightly-overlay",
2021-12-14 19:34:31 +00:00
"nifoc-overlay": "nifoc-overlay",
"nixpkgs": "nixpkgs"
2022-02-13 20:58:18 +00:00
}
},
2022-06-07 19:12:11 +00:00
"utils": {
"locked": {
2022-11-08 23:24:54 +00:00
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
2022-06-07 19:12:11 +00:00
"owner": "numtide",
"repo": "flake-utils",
2022-11-08 23:24:54 +00:00
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
2022-06-07 19:12:11 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2021-12-06 22:35:29 +00:00
}
},
"root": "root",
"version": 7
}