1
0
Fork 0
dotfiles/flake.lock

484 lines
12 KiB
Plaintext
Raw Normal View History

2021-12-06 22:35:29 +00:00
{
"nodes": {
2023-02-05 16:51:04 +00:00
"agenix": {
"inputs": {
2023-04-14 08:23:54 +00:00
"darwin": [
"darwin"
],
2023-05-12 09:18:05 +00:00
"home-manager": "home-manager",
2023-02-05 16:51:04 +00:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-05-15 18:34:08 +00:00
"lastModified": 1684153753,
"narHash": "sha256-PVbWt3qrjYAK+T5KplFcO+h7aZWfEj1UtyoKlvcDxh0=",
2023-02-05 16:51:04 +00:00
"owner": "ryantm",
"repo": "agenix",
2023-05-15 18:34:08 +00:00
"rev": "db5637d10f797bb251b94ef9040b237f4702cde3",
2023-02-05 16:51:04 +00:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2023-04-04 18:18:18 +00:00
"attic": {
"inputs": {
"crane": "crane",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
2023-04-04 18:31:35 +00:00
"nixpkgs": [
"nixpkgs"
],
2023-04-04 18:18:18 +00:00
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2023-06-13 08:22:57 +00:00
"lastModified": 1686620679,
"narHash": "sha256-Ck/r3f+W9mOn3cHn5ii/fogBiJtosFnDaOQveaJ0zVU=",
2023-04-04 18:18:18 +00:00
"owner": "zhaofengli",
"repo": "attic",
2023-06-13 08:22:57 +00:00
"rev": "4fedffe6a1020edfcfa7bef18d21321d4983b3a7",
2023-04-04 18:18:18 +00:00
"type": "github"
},
"original": {
"owner": "zhaofengli",
"repo": "attic",
"type": "github"
}
},
2023-05-18 11:02:06 +00:00
"bdfr-browser-flake": {
"inputs": {
"flake-parts": [
"nifoc-overlay",
"flake-parts"
],
"nixpkgs": [
"nifoc-overlay",
"nixpkgs"
]
},
"locked": {
2023-05-26 16:13:40 +00:00
"lastModified": 1685045248,
"narHash": "sha256-vM0oSGwW2TxlA4JnTSFRyHX994ajIunk4hIE5EvzltI=",
2023-05-18 11:02:06 +00:00
"owner": "nifoc",
"repo": "bdfr-browser",
2023-05-26 16:13:40 +00:00
"rev": "c819ff2f203c8390f2a1f46c3fb23375281d6e77",
2023-05-18 11:02:06 +00:00
"type": "github"
},
"original": {
"owner": "nifoc",
"repo": "bdfr-browser",
"type": "github"
}
},
2023-04-04 18:18:18 +00:00
"crane": {
"inputs": {
"flake-compat": [
"attic",
"flake-compat"
],
"flake-utils": [
"attic",
"flake-utils"
],
"nixpkgs": [
"attic",
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1677892403,
"narHash": "sha256-/Wi0L1spSWLFj+UQxN3j0mPYMoc7ZoAujpUF/juFVII=",
"owner": "ipetkov",
"repo": "crane",
"rev": "105e27adb70a9890986b6d543a67761cbc1964a2",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"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": {
2023-06-10 18:48:07 +00:00
"lastModified": 1686307493,
"narHash": "sha256-R4VEFnDn7nRmNxAu1LwNbjns5DPM8IBsvnrWmZ8ymPs=",
2022-02-03 22:35:52 +00:00
"owner": "lnl7",
"repo": "nix-darwin",
2023-06-10 18:48:07 +00:00
"rev": "7c16d31383a90e0e72ace0c35d2d66a18f90fb4f",
2022-02-03 22:35:52 +00:00
"type": "github"
},
"original": {
"owner": "lnl7",
"repo": "nix-darwin",
"type": "github"
}
},
2023-05-12 15:39:09 +00:00
"deploy-rs": {
"inputs": {
"flake-compat": "flake-compat_2",
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
2023-06-14 19:57:23 +00:00
"lastModified": 1686747123,
"narHash": "sha256-XUQK9kwHpTeilHoad7L4LjMCCyY13Oq383CoFADecRE=",
2023-05-12 15:39:09 +00:00
"owner": "serokell",
"repo": "deploy-rs",
2023-06-14 19:57:23 +00:00
"rev": "724463b5a94daa810abfc64a4f87faef4e00f984",
2023-05-12 15:39:09 +00:00
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
2021-12-06 22:35:29 +00:00
"flake-compat": {
"flake": false,
"locked": {
2023-01-18 19:17:37 +00:00
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
2021-12-06 22:35:29 +00:00
"owner": "edolstra",
"repo": "flake-compat",
2023-01-18 19:17:37 +00:00
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-05-12 15:39:09 +00:00
"flake-compat_2": {
"flake": false,
"locked": {
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-05-10 23:11:18 +00:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
2023-06-02 19:06:58 +00:00
"lastModified": 1685662779,
"narHash": "sha256-cKDDciXGpMEjP1n6HlzKinN0H+oLmNpgeCTzYnsA2po=",
2023-05-10 23:11:18 +00:00
"owner": "hercules-ci",
"repo": "flake-parts",
2023-06-02 19:06:58 +00:00
"rev": "71fb97f0d875fd4de4994dfb849f2c75e17eb6c3",
2023-05-10 23:11:18 +00:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"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"
}
},
"flake-utils_2": {
2023-06-13 08:22:57 +00:00
"inputs": {
"systems": "systems"
},
2023-04-04 18:18:18 +00:00
"locked": {
2023-06-13 08:22:57 +00:00
"lastModified": 1685518550,
"narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
2023-04-04 18:18:18 +00:00
"owner": "numtide",
"repo": "flake-utils",
2023-06-13 08:22:57 +00:00
"rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
2023-04-04 18:18:18 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-12-06 22:35:29 +00:00
"home-manager": {
2023-05-12 09:18:05 +00:00
"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": {
2021-12-06 22:35:29 +00:00
"inputs": {
"nixpkgs": [
2022-07-30 16:18:04 +00:00
"nixpkgs"
2023-04-14 11:57:45 +00:00
]
2021-12-06 22:35:29 +00:00
},
"locked": {
2023-06-17 15:40:05 +00:00
"lastModified": 1686922395,
"narHash": "sha256-ysevinohPxdKp0RXyhDRsz1/vh1eXazg4AWp0n5X/U4=",
2021-12-06 22:35:29 +00:00
"owner": "nix-community",
"repo": "home-manager",
2023-06-17 15:40:05 +00:00
"rev": "9ba7b3990eb1f4782ea3f5fe7ac4f3c88dd7a32c",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"neovim-flake": {
"inputs": {
2023-04-04 18:18:18 +00:00
"flake-utils": "flake-utils_2",
2021-12-27 23:52:11 +00:00
"nixpkgs": [
"nifoc-overlay",
2021-12-27 23:52:11 +00:00
"nixpkgs"
]
2021-12-06 22:35:29 +00:00
},
"locked": {
"dir": "contrib",
2023-06-17 15:40:05 +00:00
"lastModified": 1686981691,
"narHash": "sha256-0ruufYV+/3E8kSneuBEIrX8032hTkcSi4PErPU5rl5c=",
2021-12-06 22:35:29 +00:00
"owner": "neovim",
"repo": "neovim",
2023-06-17 15:40:05 +00:00
"rev": "c07dceba335c56c9a356395ad0d1e5a14d416752",
2021-12-06 22:35:29 +00:00
"type": "github"
},
"original": {
"dir": "contrib",
"owner": "neovim",
"repo": "neovim",
"type": "github"
}
},
2021-12-14 19:34:31 +00:00
"nifoc-overlay": {
"inputs": {
2023-05-18 11:02:06 +00:00
"bdfr-browser-flake": "bdfr-browser-flake",
2023-05-10 23:11:18 +00:00
"flake-parts": "flake-parts",
"neovim-flake": "neovim-flake",
2021-12-17 20:41:54 +00:00
"nixpkgs": [
2022-07-30 16:18:04 +00:00
"nixpkgs"
2023-06-07 18:40:27 +00:00
],
"weewx-proxy-flake": "weewx-proxy-flake"
2021-12-14 19:34:31 +00:00
},
"locked": {
2023-06-17 15:40:05 +00:00
"lastModified": 1686989911,
"narHash": "sha256-R9D6w+XyHk74iTVFNEcni9yW06TfPVH1w2+y0HnbN7o=",
2021-12-14 19:34:31 +00:00
"owner": "nifoc",
"repo": "nix-overlay",
2023-06-17 15:40:05 +00:00
"rev": "582b7424ce2e4438728722f04c06969efa3008bc",
2021-12-14 19:34:31 +00:00
"type": "github"
},
"original": {
"owner": "nifoc",
"repo": "nix-overlay",
"type": "github"
}
},
2023-06-07 18:40:27 +00:00
"nixos-hardware": {
"locked": {
2023-06-15 17:13:17 +00:00
"lastModified": 1686838567,
"narHash": "sha256-aqKCUD126dRlVSKV6vWuDCitfjFrZlkwNuvj5LtjRRU=",
2023-06-07 18:40:27 +00:00
"owner": "NixOS",
"repo": "nixos-hardware",
2023-06-15 17:13:17 +00:00
"rev": "429f232fe1dc398c5afea19a51aad6931ee0fb89",
2023-06-07 18:40:27 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
2022-07-30 16:18:04 +00:00
"nixpkgs": {
2023-04-04 18:18:18 +00:00
"locked": {
2023-06-17 15:40:05 +00:00
"lastModified": 1686979235,
"narHash": "sha256-gBlBtk+KrezFkfMrZw6uwTuA7YWtbFciiS14mEoTCo0=",
2023-04-04 18:31:35 +00:00
"owner": "nixos",
2023-04-04 18:18:18 +00:00
"repo": "nixpkgs",
2023-06-17 15:40:05 +00:00
"rev": "7cc30fd5372ddafb3373c318507d9932bd74aafe",
2023-04-04 18:18:18 +00:00
"type": "github"
},
"original": {
2023-04-04 18:31:35 +00:00
"owner": "nixos",
2023-06-13 08:22:57 +00:00
"ref": "nixpkgs-unstable",
2023-04-04 18:18:18 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-05-10 23:11:18 +00:00
"nixpkgs-lib": {
"locked": {
"dir": "lib",
2023-06-02 19:06:58 +00:00
"lastModified": 1685564631,
"narHash": "sha256-8ywr3AkblY4++3lIVxmrWZFzac7+f32ZEhH/A8pNscI=",
2023-05-10 23:11:18 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-06-02 19:06:58 +00:00
"rev": "4f53efe34b3a8877ac923b9350c874e3dcd5dc0a",
2023-05-10 23:11:18 +00:00
"type": "github"
},
"original": {
"dir": "lib",
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-04-04 18:18:18 +00:00
"nixpkgs-stable": {
"locked": {
2023-05-29 00:01:35 +00:00
"lastModified": 1685004253,
"narHash": "sha256-AbVL1nN/TDicUQ5wXZ8xdLERxz/eJr7+o8lqkIOVuaE=",
2023-04-04 18:18:18 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-05-29 00:01:35 +00:00
"rev": "3e01645c40b92d29f3ae76344a6d654986a91a91",
2023-04-04 18:18:18 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-05-29 00:01:35 +00:00
"ref": "nixos-23.05",
2023-04-04 18:18:18 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2023-04-14 08:23:54 +00:00
"agenix": "agenix",
2023-04-04 18:18:18 +00:00
"attic": "attic",
2022-02-03 22:35:52 +00:00
"darwin": "darwin",
2023-05-12 15:39:09 +00:00
"deploy-rs": "deploy-rs",
2023-05-12 09:18:05 +00:00
"home-manager": "home-manager_2",
2021-12-14 19:34:31 +00:00
"nifoc-overlay": "nifoc-overlay",
2023-06-07 18:40:27 +00:00
"nixos-hardware": "nixos-hardware",
2023-04-14 08:23:54 +00:00
"nixpkgs": "nixpkgs"
}
},
"rust-overlay": {
"inputs": {
2023-04-04 18:18:18 +00:00
"flake-utils": [
"attic",
"crane",
"flake-utils"
],
"nixpkgs": [
"attic",
"crane",
"nixpkgs"
]
},
"locked": {
"lastModified": 1675391458,
"narHash": "sha256-ukDKZw922BnK5ohL9LhwtaDAdCsJL7L6ScNEyF1lO9w=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "383a4acfd11d778d5c2efcf28376cbd845eeaedf",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
2023-05-12 15:39:09 +00:00
},
2023-06-13 08:22:57 +00:00
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2023-05-12 15:39:09 +00:00
"utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2023-06-07 18:40:27 +00:00
},
"weewx-proxy-flake": {
"inputs": {
"flake-parts": [
"nifoc-overlay",
"flake-parts"
],
"nixpkgs": [
"nifoc-overlay",
"nixpkgs"
]
},
"locked": {
2023-06-10 18:58:14 +00:00
"lastModified": 1686421566,
"narHash": "sha256-Doz8X6s2u33Lm0ZWxH/2d8r5AessR2unrDGHWSpxqUs=",
2023-06-07 18:40:27 +00:00
"owner": "nifoc",
"repo": "weewx-proxy",
2023-06-10 18:58:14 +00:00
"rev": "224fdba4acb4c42f3f4cb49e1192fa26441f2e68",
2023-06-07 18:40:27 +00:00
"type": "github"
},
"original": {
"owner": "nifoc",
"repo": "weewx-proxy",
"type": "github"
}
2021-12-06 22:35:29 +00:00
}
},
"root": "root",
"version": 7
}