Files
nixos/flake.lock
T

1136 lines
30 KiB
JSON
Raw Normal View History

2022-04-17 22:29:13 -05:00
{
"nodes": {
"agenix": {
"inputs": {
2023-06-20 11:00:12 -05:00
"darwin": "darwin",
"home-manager": "home-manager",
2024-02-27 18:47:24 +00:00
"nixpkgs": [
"nixunstable"
],
"systems": "systems"
2022-04-17 22:29:13 -05:00
},
"locked": {
2025-11-08 16:01:21 -06:00
"lastModified": 1762618334,
"narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=",
2022-04-17 22:29:13 -05:00
"owner": "ryantm",
"repo": "agenix",
2025-11-08 16:01:21 -06:00
"rev": "fcdea223397448d35d9b31f798479227e80183f6",
2022-04-17 22:29:13 -05:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2024-08-23 14:08:01 -05:00
"btc": {
"inputs": {
"extra-container": "extra-container",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1763988628,
"narHash": "sha256-ss6OdixftoK6Mttp7MLAo4ROxT1OCvfHP8JLsVmuhc0=",
2024-08-23 14:08:01 -05:00
"owner": "fort-nix",
"repo": "nix-bitcoin",
2025-12-02 15:58:51 -06:00
"rev": "f1ebb5d2cd10a6fd4b94e370ceec9a7b7a6e3cd7",
2024-08-23 14:08:01 -05:00
"type": "github"
},
"original": {
"owner": "fort-nix",
"ref": "release",
"repo": "nix-bitcoin",
"type": "github"
}
},
2025-12-06 23:17:00 -06:00
"buildbot": {
"inputs": {
"flake-parts": "flake-parts",
"hercules-ci-effects": "hercules-ci-effects",
"nixpkgs": [
"nixunstable"
],
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1763946641,
"narHash": "sha256-kPP7k2b+Dkd91yJO01y3l1F0t+Mqvv8+FrPfjcCwszg=",
"owner": "nix-community",
"repo": "buildbot-nix",
"rev": "cd32d1c420320383bfcc80c1b0b402b6a7eccc23",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "buildbot-nix",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"charts": {
"inputs": {
"flake-utils": "flake-utils_2",
"haumea": "haumea",
"nix-kube-generators": "nix-kube-generators",
"nixpkgs": "nixpkgs_2",
"poetry2nix": "poetry2nix"
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764639293,
"narHash": "sha256-6qK+78bFpsCJtGZ0W78rxhxLYF0UsCoYYOUXFNDQ65w=",
2025-09-05 15:53:14 -05:00
"owner": "nix-community",
"repo": "nixhelm",
2025-12-02 15:58:51 -06:00
"rev": "9a02bbe0e3c34419d3fbd483d85c0a426e64564c",
2025-09-05 15:53:14 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixhelm",
"type": "github"
}
},
2022-09-06 11:41:09 -05:00
"darwin": {
2023-06-20 11:00:12 -05:00
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
2025-05-13 09:30:40 -05:00
"lastModified": 1744478979,
"narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=",
2023-06-20 11:00:12 -05:00
"owner": "lnl7",
"repo": "nix-darwin",
2025-05-13 09:30:40 -05:00
"rev": "43975d782b418ebf4969e9ccba82466728c2851b",
2023-06-20 11:00:12 -05:00
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"darwin_2": {
2022-09-06 11:41:09 -05:00
"inputs": {
"nixpkgs": [
2022-09-07 20:01:51 -05:00
"nixunstable"
2022-09-06 11:41:09 -05:00
]
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764161084,
"narHash": "sha256-HN84sByg9FhJnojkGGDSrcjcbeioFWoNXfuyYfJ1kBE=",
2022-09-06 11:41:09 -05:00
"owner": "lnl7",
"repo": "nix-darwin",
2025-12-02 15:58:51 -06:00
"rev": "e95de00a471d07435e0527ff4db092c84998698e",
2022-09-06 11:41:09 -05:00
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
2024-08-23 14:08:01 -05:00
"extra-container": {
"inputs": {
"flake-utils": [
"btc",
"flake-utils"
],
"nixpkgs": [
"btc",
"nixpkgs"
]
},
"locked": {
2024-12-18 22:09:20 -06:00
"lastModified": 1734005403,
"narHash": "sha256-vgh3TqfkFdnPxREBedw4MQehIDc3N8YyxBOB45n+AvU=",
2024-08-23 14:08:01 -05:00
"owner": "erikarvstedt",
"repo": "extra-container",
2024-12-18 22:09:20 -06:00
"rev": "f4de6c329b306a9d3a9798a30e060c166f781baa",
2024-08-23 14:08:01 -05:00
"type": "github"
},
"original": {
"owner": "erikarvstedt",
2024-12-18 22:09:20 -06:00
"ref": "0.13",
2024-08-23 14:08:01 -05:00
"repo": "extra-container",
"type": "github"
}
},
2022-12-28 15:39:44 -06:00
"flake-compat": {
"flake": false,
2024-06-10 11:06:04 -05:00
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1761588595,
"narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
"owner": "edolstra",
"repo": "flake-compat",
2025-12-02 15:58:51 -06:00
"rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
"type": "github"
2024-06-10 11:06:04 -05:00
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
2024-06-10 11:06:04 -05:00
}
},
"flake-compat_2": {
2024-11-25 13:56:52 -06:00
"locked": {
2025-06-10 12:47:20 -05:00
"lastModified": 1747046372,
"narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
2024-11-25 13:56:52 -06:00
"owner": "edolstra",
"repo": "flake-compat",
2025-06-10 12:47:20 -05:00
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
2024-11-25 13:56:52 -06:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2025-11-08 16:01:21 -06:00
"flake-compat_3": {
"flake": false,
"locked": {
"lastModified": 1761588595,
"narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2024-06-10 11:06:04 -05:00
"flake-parts": {
2025-12-06 23:17:00 -06:00
"inputs": {
"nixpkgs-lib": [
"buildbot",
"nixpkgs"
]
},
"locked": {
"lastModified": 1756770412,
"narHash": "sha256-+uWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "4524271976b625a4a605beefd893f270620fd751",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-parts_2": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1763759067,
"narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=",
"owner": "hercules-ci",
"repo": "flake-parts",
2025-12-02 15:58:51 -06:00
"rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2025-12-06 23:17:00 -06:00
"flake-parts_3": {
2024-08-17 00:04:27 -05:00
"inputs": {
"nixpkgs-lib": [
"nixvimunstable",
"nixpkgs"
]
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1763759067,
"narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=",
2024-08-17 00:04:27 -05:00
"owner": "hercules-ci",
"repo": "flake-parts",
2025-12-02 15:58:51 -06:00
"rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0",
2024-12-18 22:09:20 -06:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2025-12-06 23:17:00 -06:00
"flake-parts_4": {
2024-12-18 22:09:20 -06:00
"inputs": {
"nixpkgs-lib": [
"nurpkgs",
"nixpkgs"
]
},
"locked": {
"lastModified": 1733312601,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
2024-06-10 11:06:04 -05:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2022-12-28 15:39:44 -06:00
"flake-utils": {
"inputs": {
2024-02-27 18:47:24 +00:00
"systems": "systems_2"
},
"locked": {
2024-12-18 22:09:20 -06:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
2024-12-18 22:09:20 -06:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-11-25 13:56:52 -06:00
"flake-utils_2": {
"inputs": {
"systems": "systems_3"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
2025-09-05 15:53:14 -05:00
"original": {
"id": "flake-utils",
"type": "indirect"
}
},
"flake-utils_3": {
"inputs": {
"systems": "systems_4"
},
"locked": {
"lastModified": 1726560853,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
"type": "github"
},
2024-11-25 13:56:52 -06:00
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"flake-utils_4": {
2024-08-23 14:08:01 -05:00
"inputs": {
2025-05-13 09:30:40 -05:00
"systems": "systems_6"
2024-08-23 14:08:01 -05:00
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2024-08-23 14:08:01 -05:00
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2024-08-23 14:08:01 -05:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-06-10 11:06:04 -05:00
"gitignore": {
"inputs": {
"nixpkgs": [
"hooks",
"nixpkgs"
]
},
"locked": {
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"haumea": {
"inputs": {
"nixpkgs": [
"charts",
"nixpkgs"
]
},
"locked": {
"lastModified": 1685133229,
"narHash": "sha256-FePm/Gi9PBSNwiDFq3N+DWdfxFq0UKsVVTJS3cQPn94=",
"owner": "nix-community",
"repo": "haumea",
"rev": "34dd58385092a23018748b50f9b23de6266dffc2",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "v0.2.2",
"repo": "haumea",
"type": "github"
}
},
2025-12-06 23:17:00 -06:00
"hercules-ci-effects": {
"inputs": {
"flake-parts": [
"buildbot",
"flake-parts"
],
"nixpkgs": [
"buildbot",
"nixpkgs"
]
},
"locked": {
"lastModified": 1758022363,
"narHash": "sha256-ENUhCRWgSX4ni751HieNuQoq06dJvApV/Nm89kh+/A0=",
"owner": "hercules-ci",
"repo": "hercules-ci-effects",
"rev": "1a3667d33e247ad35ca250698d63f49a5453d824",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "hercules-ci-effects",
"type": "github"
}
},
2023-11-03 10:06:32 -05:00
"hmunstable": {
"inputs": {
"nixpkgs": [
2024-11-23 01:23:26 -06:00
"nixunstable"
2023-11-03 10:06:32 -05:00
]
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764636297,
"narHash": "sha256-S41K55kw+hWgDfgKmZ9/fMZ3F0BQDMvqFfE120fMHeE=",
2023-11-03 10:06:32 -05:00
"owner": "nix-community",
"repo": "home-manager",
2025-12-02 15:58:51 -06:00
"rev": "ff067cfc619fdf6f82d50344e7d19ff2323f0827",
2023-11-03 10:06:32 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "home-manager",
"type": "github"
}
},
2023-06-20 11:00:12 -05:00
"home-manager": {
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
2025-05-13 09:30:40 -05:00
"lastModified": 1745494811,
"narHash": "sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs=",
2023-06-20 11:00:12 -05:00
"owner": "nix-community",
"repo": "home-manager",
2025-05-13 09:30:40 -05:00
"rev": "abfad3d2958c9e6300a883bd443512c55dfeb1be",
2023-06-20 11:00:12 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"hooks": {
"inputs": {
"flake-compat": "flake-compat",
"gitignore": "gitignore",
2025-09-05 15:53:14 -05:00
"nixpkgs": "nixpkgs_3"
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1763988335,
"narHash": "sha256-QlcnByMc8KBjpU37rbq5iP7Cp97HvjRP0ucfdh+M4Qc=",
"owner": "cachix",
"repo": "git-hooks.nix",
2025-12-02 15:58:51 -06:00
"rev": "50b9238891e388c9fdc6a5c49e49c42533a1b5ce",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "git-hooks.nix",
"type": "github"
}
},
2024-10-29 13:40:01 -05:00
"ixx": {
"inputs": {
"flake-utils": [
"nixvimunstable",
"nuschtosSearch",
"flake-utils"
],
"nixpkgs": [
"nixvimunstable",
"nuschtosSearch",
"nixpkgs"
]
},
"locked": {
2025-09-16 09:51:33 -05:00
"lastModified": 1754860581,
"narHash": "sha256-EM0IE63OHxXCOpDHXaTyHIOk2cNvMCGPqLt/IdtVxgk=",
2024-10-29 13:40:01 -05:00
"owner": "NuschtOS",
"repo": "ixx",
2025-09-16 09:51:33 -05:00
"rev": "babfe85a876162c4acc9ab6fb4483df88fa1f281",
2024-10-29 13:40:01 -05:00
"type": "github"
},
"original": {
"owner": "NuschtOS",
2025-09-16 09:51:33 -05:00
"ref": "v0.1.1",
2024-10-29 13:40:01 -05:00
"repo": "ixx",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"charts",
"poetry2nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1729742964,
"narHash": "sha256-B4mzTcQ0FZHdpeWcpDYPERtyjJd/NIuaQ9+BV1h+MpA=",
"owner": "nix-community",
"repo": "nix-github-actions",
"rev": "e04df33f62cdcf93d73e9a04142464753a16db67",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-github-actions",
"type": "github"
}
},
2025-05-10 21:08:05 -05:00
"nix-hardware": {
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764440730,
"narHash": "sha256-ZlJTNLUKQRANlLDomuRWLBCH5792x+6XUJ4YdFRjtO4=",
2025-05-10 21:08:05 -05:00
"owner": "nixos",
"repo": "nixos-hardware",
2025-12-02 15:58:51 -06:00
"rev": "9154f4569b6cdfd3c595851a6ba51bfaa472d9f3",
2025-05-10 21:08:05 -05:00
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"nix-kube-generators": {
"locked": {
"lastModified": 1729269463,
"narHash": "sha256-8jDDpC99fYl5CSHjZyPwb5PK7nQSknhkpfe8+DXI910=",
"owner": "farcaller",
"repo": "nix-kube-generators",
"rev": "2be4f3cb99e179d9f94e6c8723862421437f8efb",
"type": "github"
},
"original": {
"owner": "farcaller",
"repo": "nix-kube-generators",
"type": "github"
}
},
2024-11-19 22:43:13 -06:00
"nixlib": {
"locked": {
2025-01-28 23:57:22 -06:00
"lastModified": 1736643958,
"narHash": "sha256-tmpqTSWVRJVhpvfSN9KXBvKEXplrwKnSZNAoNPf/S/s=",
2024-11-19 22:43:13 -06:00
"owner": "nix-community",
"repo": "nixpkgs.lib",
2025-01-28 23:57:22 -06:00
"rev": "1418bc28a52126761c02dd3d89b2d8ca0f521181",
2024-11-19 22:43:13 -06:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixos-generators": {
"inputs": {
"nixlib": "nixlib",
"nixpkgs": [
"nixunstable"
]
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764234087,
"narHash": "sha256-NHF7QWa0ZPT8hsJrvijREW3+nifmF2rTXgS2v0tpcEA=",
2024-11-19 22:43:13 -06:00
"owner": "nix-community",
"repo": "nixos-generators",
2025-12-02 15:58:51 -06:00
"rev": "032a1878682fafe829edfcf5fdfad635a2efe748",
2024-11-19 22:43:13 -06:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixos-generators",
"type": "github"
}
},
2022-04-17 22:29:13 -05:00
"nixpkgs": {
2022-11-01 08:35:06 -05:00
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1763622513,
"narHash": "sha256-1jQnuyu82FpiSxowrF/iFK6Toh9BYprfDqfs4BB+19M=",
2024-06-10 11:06:04 -05:00
"owner": "NixOS",
2023-06-20 19:28:14 -05:00
"repo": "nixpkgs",
2025-12-02 15:58:51 -06:00
"rev": "c58bc7f5459328e4afac201c5c4feb7c818d604b",
2024-08-17 00:04:27 -05:00
"type": "github"
},
"original": {
"owner": "NixOS",
2025-06-11 18:55:27 -05:00
"ref": "nixos-25.05",
2024-08-17 00:04:27 -05:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
2025-11-08 16:01:21 -06:00
"lastModified": 1761765539,
"narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=",
2025-03-20 10:45:16 -05:00
"owner": "nix-community",
"repo": "nixpkgs.lib",
2025-11-08 16:01:21 -06:00
"rev": "719359f4562934ae99f5443f20aa06c2ffff91fc",
2025-03-20 10:45:16 -05:00
"type": "github"
},
"original": {
2025-03-20 10:45:16 -05:00
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
2025-11-08 16:01:21 -06:00
"nixpkgs-libvncserver": {
2024-08-23 14:08:01 -05:00
"locked": {
2025-11-08 16:01:21 -06:00
"lastModified": 1750111231,
"narHash": "sha256-3a7Tha/RwYlzH/v3PJrG7+HjOj4c6YOv2K8sqdGsHVQ=",
2024-08-23 14:08:01 -05:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-11-08 16:01:21 -06:00
"rev": "e6f23dc08d3624daab7094b701aa3954923c6bbb",
"type": "github"
},
"original": {
"id": "nixpkgs",
"rev": "e6f23dc08d3624daab7094b701aa3954923c6bbb",
"type": "indirect"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1761016216,
"narHash": "sha256-G/iC4t/9j/52i/nm+0/4ybBmAF4hzR8CNHC75qEhjHo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "481cf557888e05d3128a76f14c76397b7d7cc869",
2024-11-25 13:56:52 -06:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2025-06-10 12:47:20 -05:00
"ref": "nixos-25.05",
2024-11-25 13:56:52 -06:00
"type": "indirect"
}
},
"nixpkgs-unstable": {
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1763618868,
"narHash": "sha256-v5afmLjn/uyD9EQuPBn7nZuaZVV9r+JerayK/4wvdWA=",
2024-11-25 13:56:52 -06:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-12-02 15:58:51 -06:00
"rev": "a8d610af3f1a5fb71e23e08434d8d61a466fc942",
2024-08-23 14:08:01 -05:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-11-25 13:56:52 -06:00
"nixpkgs-unstable_2": {
"locked": {
2025-11-08 16:01:21 -06:00
"lastModified": 1761114652,
"narHash": "sha256-f/QCJM/YhrV/lavyCVz8iU3rlZun6d+dAiC3H+CDle4=",
"owner": "NixOS",
"repo": "nixpkgs",
2025-11-08 16:01:21 -06:00
"rev": "01f116e4df6a15f4ccdffb1bcd41096869fb385c",
2024-11-25 13:56:52 -06:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"nixpkgs_2": {
2025-09-05 15:53:14 -05:00
"locked": {
"lastModified": 1739020877,
"narHash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a79cfe0ebd24952b580b1cf08cd906354996d547",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
2024-11-25 13:56:52 -06:00
"locked": {
2025-11-08 16:01:21 -06:00
"lastModified": 1759417375,
"narHash": "sha256-O7eHcgkQXJNygY6AypkF9tFhsoDQjpNEojw3eFs73Ow=",
2024-11-25 13:56:52 -06:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-11-08 16:01:21 -06:00
"rev": "dc704e6102e76aad573f63b74c742cd96f8f1e6c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"nixpkgs_4": {
2024-08-17 00:04:27 -05:00
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764517877,
"narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=",
2024-12-18 22:09:20 -06:00
"owner": "nixos",
"repo": "nixpkgs",
2025-12-02 15:58:51 -06:00
"rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c",
2024-12-18 22:09:20 -06:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"nixpkgs_5": {
2024-09-20 09:20:56 -05:00
"locked": {
2025-11-08 16:01:21 -06:00
"lastModified": 1759770925,
"narHash": "sha256-CZwkCtzTNclqlhuwDsVtGoRumTpqCUK0xSnFIMgd8ls=",
"owner": "nixos",
2024-09-20 09:20:56 -05:00
"repo": "nixpkgs",
2025-11-08 16:01:21 -06:00
"rev": "674c2b09c59a220204350ced584cadaacee30038",
2024-09-20 09:20:56 -05:00
"type": "github"
},
"original": {
2025-11-08 16:01:21 -06:00
"owner": "nixos",
2024-09-20 09:20:56 -05:00
"repo": "nixpkgs",
2025-11-08 16:01:21 -06:00
"rev": "674c2b09c59a220204350ced584cadaacee30038",
2024-09-20 09:20:56 -05:00
"type": "github"
}
},
2022-04-29 10:58:31 -05:00
"nixunstable": {
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764517877,
"narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=",
2023-06-28 22:51:18 -05:00
"owner": "nixos",
2022-04-29 10:58:31 -05:00
"repo": "nixpkgs",
2025-12-02 15:58:51 -06:00
"rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c",
2022-04-29 10:58:31 -05:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-11-23 01:23:26 -06:00
"nixvimunstable": {
2024-06-10 11:06:04 -05:00
"inputs": {
2025-12-06 23:17:00 -06:00
"flake-parts": "flake-parts_3",
"nixpkgs": [
"nixunstable"
],
2025-05-13 09:30:40 -05:00
"nuschtosSearch": "nuschtosSearch",
2025-09-05 15:53:14 -05:00
"systems": "systems_7"
2024-08-17 00:04:27 -05:00
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764663787,
"narHash": "sha256-nlW6BI2CiP6wlhjwpxOc8W6lMU9eaojAyVZFWlbQ/fg=",
2024-08-17 00:04:27 -05:00
"owner": "nix-community",
"repo": "nixvim",
2025-12-02 15:58:51 -06:00
"rev": "2d8db68a8fd4a21e2017df167c6535499adc02d1",
2024-08-17 00:04:27 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "main",
2024-06-10 11:06:04 -05:00
"repo": "nixvim",
2023-06-20 19:28:14 -05:00
"type": "github"
}
},
2022-08-02 01:50:50 -05:00
"nurpkgs": {
2024-12-18 22:09:20 -06:00
"inputs": {
2025-12-06 23:17:00 -06:00
"flake-parts": "flake-parts_4",
2025-09-05 15:53:14 -05:00
"nixpkgs": "nixpkgs_4"
2024-12-18 22:09:20 -06:00
},
2022-04-29 10:58:31 -05:00
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764709261,
"narHash": "sha256-d6+4Y54c4EpCOzheViK8PIE+3wnvRzXXFt5C7kIDF6c=",
2022-04-29 10:58:31 -05:00
"owner": "nix-community",
"repo": "NUR",
2025-12-02 15:58:51 -06:00
"rev": "8acc5e762d63ba1c79707d517f6174278da03784",
2022-04-29 10:58:31 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2024-08-17 00:04:27 -05:00
"nuschtosSearch": {
"inputs": {
2025-09-05 15:53:14 -05:00
"flake-utils": "flake-utils_4",
2024-10-29 13:40:01 -05:00
"ixx": "ixx",
2024-08-17 00:04:27 -05:00
"nixpkgs": [
"nixvimunstable",
"nixpkgs"
]
},
"locked": {
2025-11-08 16:01:21 -06:00
"lastModified": 1761730856,
"narHash": "sha256-t1i5p/vSWwueZSC0Z2BImxx3BjoUDNKyC2mk24krcMY=",
2024-08-17 00:04:27 -05:00
"owner": "NuschtOS",
"repo": "search",
2025-11-08 16:01:21 -06:00
"rev": "e29de6db0cb3182e9aee75a3b1fd1919d995d85b",
2024-08-17 00:04:27 -05:00
"type": "github"
},
"original": {
"owner": "NuschtOS",
"repo": "search",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"poetry2nix": {
"inputs": {
"flake-utils": "flake-utils_3",
"nix-github-actions": "nix-github-actions",
"nixpkgs": [
"charts",
"nixpkgs"
],
"systems": "systems_5",
2025-12-06 23:17:00 -06:00
"treefmt-nix": "treefmt-nix_2"
2025-09-05 15:53:14 -05:00
},
"locked": {
"lastModified": 1738741221,
"narHash": "sha256-UiTOA89yQV5YNlO1ZAp4IqJUGWOnTyBC83netvt8rQE=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "be1fe795035d3d36359ca9135b26dcc5321b31fb",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "poetry2nix",
"type": "github"
}
},
2024-11-25 13:56:52 -06:00
"proxmox": {
"inputs": {
2025-02-28 09:27:03 -06:00
"flake-compat": "flake-compat_2",
2025-11-08 16:01:21 -06:00
"nixpkgs-libvncserver": "nixpkgs-libvncserver",
2025-01-28 23:57:22 -06:00
"nixpkgs-stable": "nixpkgs-stable",
2024-11-25 13:56:52 -06:00
"nixpkgs-unstable": "nixpkgs-unstable_2",
"utils": "utils"
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764188113,
"narHash": "sha256-Oq4aCjczgnFQqFNWZ6Ablg6x9579CO8tyBktYDYiZEs=",
2025-04-13 23:05:11 -05:00
"owner": "SaumonNet",
2024-11-25 13:56:52 -06:00
"repo": "proxmox-nixos",
2025-12-02 15:58:51 -06:00
"rev": "3be878a84866b9ef9214b8ea6f53630f47f4b192",
2024-11-25 13:56:52 -06:00
"type": "github"
},
"original": {
2025-04-13 23:05:11 -05:00
"owner": "SaumonNet",
2024-11-25 13:56:52 -06:00
"repo": "proxmox-nixos",
"type": "github"
}
},
2022-04-17 22:29:13 -05:00
"root": {
"inputs": {
"agenix": "agenix",
2024-08-23 14:08:01 -05:00
"btc": "btc",
2025-12-06 23:17:00 -06:00
"buildbot": "buildbot",
2025-09-05 15:53:14 -05:00
"charts": "charts",
2023-06-20 11:00:12 -05:00
"darwin": "darwin_2",
2025-12-06 23:17:00 -06:00
"flake-parts": "flake-parts_2",
2023-11-03 10:06:32 -05:00
"hmunstable": "hmunstable",
"hooks": "hooks",
2025-05-10 21:08:05 -05:00
"nix-hardware": "nix-hardware",
2024-11-19 22:43:13 -06:00
"nixos-generators": "nixos-generators",
2022-04-29 10:58:31 -05:00
"nixunstable": "nixunstable",
2024-08-17 00:04:27 -05:00
"nixvimunstable": "nixvimunstable",
2022-10-17 10:46:50 -05:00
"nurpkgs": "nurpkgs",
2024-11-25 13:56:52 -06:00
"proxmox": "proxmox",
2024-09-20 09:20:56 -05:00
"vsext": "vsext",
2025-07-29 23:13:40 -05:00
"wsl": "wsl"
2022-10-17 10:46:50 -05:00
}
},
2023-05-29 18:57:12 -05: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-06-20 19:28:14 -05:00
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_3": {
2024-02-27 18:47:24 +00:00
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_4": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2024-08-23 14:08:01 -05:00
"systems_5": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2025-05-13 09:30:40 -05:00
"systems_6": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2025-09-05 15:53:14 -05:00
"systems_7": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_8": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
2025-12-06 23:17:00 -06:00
"buildbot",
"nixpkgs"
]
},
"locked": {
"lastModified": 1758728421,
"narHash": "sha256-ySNJ008muQAds2JemiyrWYbwbG+V7S5wg3ZVKGHSFu8=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "5eda4ee8121f97b218f7cc73f5172098d458f1d1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
},
"treefmt-nix_2": {
"inputs": {
"nixpkgs": [
2025-09-05 15:53:14 -05:00
"charts",
"poetry2nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1730120726,
"narHash": "sha256-LqHYIxMrl/1p3/kvm2ir925tZ8DkI0KA10djk8wecSk=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "9ef337e492a5555d8e17a51c911ff1f02635be15",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
},
2024-11-25 13:56:52 -06:00
"utils": {
2022-12-28 15:39:44 -06:00
"inputs": {
2025-09-05 15:53:14 -05:00
"systems": "systems_8"
2024-09-20 09:20:56 -05:00
},
"locked": {
2025-11-08 16:01:21 -06:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2024-11-25 13:56:52 -06:00
"owner": "numtide",
"repo": "flake-utils",
2025-11-08 16:01:21 -06:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2024-11-25 13:56:52 -06:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"vsext": {
"inputs": {
2025-09-05 15:53:14 -05:00
"nixpkgs": "nixpkgs_5"
2024-11-25 13:56:52 -06:00
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764640937,
"narHash": "sha256-nDjP7gkq9UqPIFhtKcBTVHV+YLvWIR0TJLjp8A6OIXA=",
"owner": "nix-community",
2024-09-20 09:20:56 -05:00
"repo": "nix-vscode-extensions",
2025-12-02 15:58:51 -06:00
"rev": "1be45f78dabc137266ae70ee18d7d76615b987ee",
2024-09-20 09:20:56 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-09-20 09:20:56 -05:00
"repo": "nix-vscode-extensions",
"type": "github"
}
},
"wsl": {
"inputs": {
"flake-compat": "flake-compat_3",
2022-12-28 15:39:44 -06:00
"nixpkgs": [
"nixunstable"
]
},
"locked": {
2025-12-02 15:58:51 -06:00
"lastModified": 1764591717,
"narHash": "sha256-T/HMA0Bb/O6UnlGQ0Xt+wGe1j8m7eyyQ5+vVcCJslsM=",
2022-12-28 15:39:44 -06:00
"owner": "nix-community",
"repo": "NixOS-WSL",
2025-12-02 15:58:51 -06:00
"rev": "84d1dab290feb4865d0cfcffc7aa0cf9bc65c3b7",
2022-12-28 15:39:44 -06:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NixOS-WSL",
"type": "github"
}
2022-04-17 22:29:13 -05:00
}
},
"root": "root",
"version": 7
}