nix/flake.lock

615 lines
16 KiB
Text
Raw Normal View History

2023-09-04 11:40:30 -05:00
{
"nodes": {
2025-03-01 14:41:26 -06:00
"colmena": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nix-github-actions": "nix-github-actions",
"nixpkgs": [
"nixpkgs-unstable"
],
"stable": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1739900653,
"narHash": "sha256-hPSLvw6AZQYrZyGI6Uq4XgST7benF/0zcCpugn/P0yM=",
"owner": "zhaofengli",
"repo": "colmena",
"rev": "2370d4336eda2a9ef29fce10fa7076ae011983ab",
"type": "github"
},
"original": {
"owner": "zhaofengli",
"repo": "colmena",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"disko": {
"inputs": {
2023-11-07 17:09:05 -06:00
"nixpkgs": [
"nixpkgs"
]
2023-09-04 11:40:30 -05:00
},
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741684000,
"narHash": "sha256-NQykaWIrn5zilncefIvW4jPQ76YMXVK/dMTzkSVDmdk=",
2023-09-04 11:40:30 -05:00
"owner": "nix-community",
"repo": "disko",
2025-03-11 20:43:37 -05:00
"rev": "2db1d64fc084b1d15e3871dffc02c62a94ed6ed7",
2023-09-04 11:40:30 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "disko",
"type": "github"
}
},
"flake-compat": {
2025-03-01 14:41:26 -06:00
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_2": {
"flake": false,
"locked": {
2025-02-16 09:12:42 -06:00
"lastModified": 1733328505,
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
"owner": "edolstra",
"repo": "flake-compat",
2025-02-16 09:12:42 -06:00
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2025-03-01 14:41:26 -06:00
"flake-compat_3": {
2024-07-30 15:16:46 -05:00
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2025-03-01 14:41:26 -06:00
"flake-compat_4": {
2024-11-11 14:39:47 -06:00
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"flake-utils": {
2025-03-01 14:41:26 -06:00
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
2023-09-04 11:40:30 -05:00
"inputs": {
"systems": "systems"
},
2024-12-27 15:00:15 -06:00
"locked": {
2025-02-16 09:12:42 -06:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2024-12-27 15:00:15 -06:00
"owner": "numtide",
"repo": "flake-utils",
2025-02-16 09:12:42 -06:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2024-12-27 15:00:15 -06:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2025-03-01 14:41:26 -06:00
"flake-utils_3": {
2024-12-27 15:00:15 -06:00
"inputs": {
"systems": "systems_2"
},
2023-10-03 11:23:30 -05:00
"locked": {
2025-02-01 09:53:44 -06:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2023-10-03 11:23:30 -05:00
"owner": "numtide",
"repo": "flake-utils",
2025-02-01 09:53:44 -06:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2023-10-03 11:23:30 -05:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-12-27 15:00:15 -06:00
"ghostty": {
2024-07-24 13:20:06 -05:00
"inputs": {
2025-03-01 14:41:26 -06:00
"flake-compat": "flake-compat_2",
"flake-utils": "flake-utils_2",
2024-12-27 15:00:15 -06:00
"nixpkgs-stable": [
"nixpkgs"
],
"nixpkgs-unstable": [
"nixpkgs-unstable"
],
2025-02-16 09:12:42 -06:00
"zig": "zig",
"zig2nix": "zig2nix"
2024-12-27 15:00:15 -06:00
},
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741594465,
"narHash": "sha256-8a/QIgNwV8VGn8JIiACmVVEdue+U3juiMSAO1DEUTC4=",
2024-12-27 15:00:15 -06:00
"owner": "ghostty-org",
"repo": "ghostty",
2025-03-11 20:43:37 -05:00
"rev": "95daca616db5c24d7bb37fd5a3ac2f8762bb4ead",
2024-12-27 15:00:15 -06:00
"type": "github"
},
"original": {
"owner": "ghostty-org",
"repo": "ghostty",
"type": "github"
}
},
"git-hooks": {
"inputs": {
2025-03-01 14:41:26 -06:00
"flake-compat": "flake-compat_3",
2024-07-24 13:20:06 -05:00
"gitignore": "gitignore",
"nixpkgs": [
2025-02-14 13:04:04 -06:00
"nixpkgs-unstable"
2025-01-06 21:54:41 -06:00
]
2024-07-24 13:20:06 -05:00
},
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741379162,
"narHash": "sha256-srpAbmJapkaqGRE3ytf3bj4XshspVR5964OX5LfjDWc=",
2024-07-24 13:20:06 -05:00
"owner": "cachix",
"repo": "git-hooks.nix",
2025-03-11 20:43:37 -05:00
"rev": "b5a62751225b2f62ff3147d0a334055ebadcd5cc",
2024-07-24 13:20:06 -05:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "git-hooks.nix",
"type": "github"
}
},
2024-07-30 15:16:46 -05:00
"git-hooks_2": {
"inputs": {
2025-03-01 14:41:26 -06:00
"flake-compat": "flake-compat_4",
2025-02-14 13:04:04 -06:00
"gitignore": "gitignore_2",
2024-07-30 15:16:46 -05:00
"nixpkgs": [
"slippi",
"nixpkgs"
],
2025-01-06 21:54:41 -06:00
"nixpkgs-stable": "nixpkgs-stable"
2024-07-30 15:16:46 -05:00
},
"locked": {
"lastModified": 1721042469,
"narHash": "sha256-6FPUl7HVtvRHCCBQne7Ylp4p+dpP3P/OYuzjztZ4s70=",
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "f451c19376071a90d8c58ab1a953c6e9840527fd",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "git-hooks.nix",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
2024-07-24 13:20:06 -05:00
"git-hooks",
"nixpkgs"
]
},
"locked": {
2024-03-22 09:54:00 -05:00
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
2024-03-22 09:54:00 -05:00
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2024-07-30 15:16:46 -05:00
"gitignore_2": {
"inputs": {
"nixpkgs": [
"slippi",
"git-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"
}
},
2023-10-03 13:18:12 -05:00
"hardware": {
"locked": {
2025-03-07 11:42:09 -06:00
"lastModified": 1741325094,
"narHash": "sha256-RUAdT8dZ6k/486vnu3tiNRrNW6+Q8uSD2Mq7gTX4jlo=",
2025-02-14 13:04:04 -06:00
"owner": "NixOS",
2023-10-03 13:18:12 -05:00
"repo": "nixos-hardware",
2025-03-07 11:42:09 -06:00
"rev": "b48cc4dab0f9711af296fc367b6108cf7b8ccb16",
2023-10-03 13:18:12 -05:00
"type": "github"
},
"original": {
2025-02-14 13:04:04 -06:00
"owner": "NixOS",
2023-10-03 13:18:12 -05:00
"repo": "nixos-hardware",
"type": "github"
}
},
2023-10-03 11:23:30 -05:00
"helix": {
"inputs": {
2025-03-01 14:41:26 -06:00
"flake-utils": "flake-utils_3",
2025-01-05 01:08:38 -06:00
"nixpkgs": [
"nixpkgs-unstable"
],
2023-10-03 11:23:30 -05:00
"rust-overlay": "rust-overlay"
},
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741724933,
"narHash": "sha256-o1LCu4YYruUQc6yd8wwbQ/DyrTCoAD4lDfujykLn9NU=",
2023-10-03 11:23:30 -05:00
"owner": "helix-editor",
"repo": "helix",
2025-03-11 20:43:37 -05:00
"rev": "8df58b2e1779dcf0046fb51ae1893c1eebf01e7c",
2023-10-03 11:23:30 -05:00
"type": "github"
},
"original": {
"owner": "helix-editor",
2023-12-04 09:14:13 -06:00
"ref": "master",
2023-10-03 11:23:30 -05:00
"repo": "helix",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"home-manager": {
"inputs": {
2023-11-07 17:09:05 -06:00
"nixpkgs": [
"nixpkgs"
]
2023-09-04 11:40:30 -05:00
},
"locked": {
2025-03-07 11:42:09 -06:00
"lastModified": 1739757849,
"narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
2023-09-04 11:40:30 -05:00
"owner": "nix-community",
"repo": "home-manager",
2025-03-07 11:42:09 -06:00
"rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
2023-09-04 11:40:30 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-12-02 13:31:59 -06:00
"ref": "release-24.11",
2023-09-04 11:40:30 -05:00
"repo": "home-manager",
"type": "github"
}
},
2024-07-29 11:29:05 -05:00
"home-manager-unstable": {
"inputs": {
"nixpkgs": [
"nixpkgs-unstable"
]
},
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741701235,
"narHash": "sha256-gBlb8R9gnjUAT5XabJeel3C2iEUiBHx3+91651y3Sqo=",
2024-07-29 11:29:05 -05:00
"owner": "nix-community",
"repo": "home-manager",
2025-03-11 20:43:37 -05:00
"rev": "c630dfa8abcc65984cc1e47fb25d4552c81dd37e",
2024-07-29 11:29:05 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2024-10-08 19:42:33 -05:00
"mobile-nixos": {
"flake": false,
"locked": {
"lastModified": 1728423157,
"narHash": "sha256-pJaC+Aef6oixhV6HdWPS2Pq/TgHxEN+MPLYUjighWYI=",
"owner": "lytedev",
"repo": "mobile-nixos",
"rev": "b2c496bbcebc85a28d1d939b56bd331536bd1ac4",
"type": "github"
},
"original": {
"owner": "lytedev",
"repo": "mobile-nixos",
"type": "github"
}
},
2025-03-01 14:41:26 -06:00
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"colmena",
"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"
}
},
2023-09-04 11:40:30 -05:00
"nixpkgs": {
2024-02-16 14:57:52 -06:00
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741600792,
"narHash": "sha256-yfDy6chHcM7pXpMF4wycuuV+ILSTG486Z/vLx/Bdi6Y=",
2025-02-14 13:04:04 -06:00
"owner": "NixOS",
2024-02-16 14:57:52 -06:00
"repo": "nixpkgs",
2025-03-11 20:43:37 -05:00
"rev": "ebe2788eafd539477f83775ef93c3c7e244421d3",
2024-02-16 14:57:52 -06:00
"type": "github"
},
"original": {
2025-02-14 13:04:04 -06:00
"owner": "NixOS",
2025-01-05 01:08:38 -06:00
"ref": "nixos-24.11",
2024-02-16 14:57:52 -06:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
2024-07-30 15:16:46 -05:00
"locked": {
"lastModified": 1720386169,
"narHash": "sha256-NGKVY4PjzwAa4upkGtAMz1npHGoRzWotlSnVlqI40mo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "194846768975b7ad2c4988bdb82572c00222c0d7",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
2024-06-29 01:40:25 -05:00
"nixpkgs-unstable": {
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741708242,
"narHash": "sha256-cNRqdQD4sZpN7JLqxVOze4+WsWTmv2DGH0wNCOVwrWc=",
2025-02-14 13:04:04 -06:00
"owner": "NixOS",
2024-06-29 01:40:25 -05:00
"repo": "nixpkgs",
2025-03-11 20:43:37 -05:00
"rev": "b62d2a95c72fb068aecd374a7262b37ed92df82b",
2024-06-29 01:40:25 -05:00
"type": "github"
},
"original": {
2025-02-14 13:04:04 -06:00
"owner": "NixOS",
2024-06-29 01:40:25 -05:00
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"root": {
"inputs": {
2025-03-01 14:41:26 -06:00
"colmena": "colmena",
2023-09-04 11:40:30 -05:00
"disko": "disko",
2024-12-27 15:00:15 -06:00
"ghostty": "ghostty",
2024-07-24 13:20:06 -05:00
"git-hooks": "git-hooks",
2023-10-03 13:18:12 -05:00
"hardware": "hardware",
2023-10-03 11:23:30 -05:00
"helix": "helix",
2023-09-04 11:40:30 -05:00
"home-manager": "home-manager",
2024-07-29 11:29:05 -05:00
"home-manager-unstable": "home-manager-unstable",
2024-10-08 19:42:33 -05:00
"mobile-nixos": "mobile-nixos",
2025-01-05 01:08:38 -06:00
"nixpkgs": "nixpkgs",
2024-06-29 01:40:25 -05:00
"nixpkgs-unstable": "nixpkgs-unstable",
2024-05-29 13:42:13 -05:00
"slippi": "slippi",
2025-02-14 13:04:04 -06:00
"sops-nix": "sops-nix"
2023-09-04 11:40:30 -05:00
}
},
2023-10-03 11:23:30 -05:00
"rust-overlay": {
"inputs": {
"nixpkgs": [
"helix",
"nixpkgs"
]
},
"locked": {
2025-03-07 11:42:09 -06:00
"lastModified": 1740623427,
"narHash": "sha256-3SdPQrZoa4odlScFDUHd4CUPQ/R1gtH4Mq9u8CBiK8M=",
2023-10-03 11:23:30 -05:00
"owner": "oxalica",
"repo": "rust-overlay",
2025-03-07 11:42:09 -06:00
"rev": "d342e8b5fd88421ff982f383c853f0fc78a847ab",
2023-10-03 11:23:30 -05:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2024-05-29 13:42:13 -05:00
"slippi": {
"inputs": {
2024-07-30 15:16:46 -05:00
"git-hooks": "git-hooks_2",
"home-manager": [
"home-manager-unstable"
],
"nixpkgs": [
"nixpkgs-unstable"
]
2024-05-29 13:42:13 -05:00
},
2023-10-08 02:46:37 -05:00
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741743479,
"narHash": "sha256-vmWFSTV5NIgRX3lYXEmtTRPe19HZFj3+CQ9RdnB2hLs=",
2024-07-30 17:08:52 -05:00
"owner": "lytedev",
"repo": "slippi-nix",
2025-03-11 20:43:37 -05:00
"rev": "33f57a434794f896dbb246366063b53d749502a8",
2024-07-30 17:08:52 -05:00
"type": "github"
2023-10-08 02:46:37 -05:00
},
"original": {
2024-07-30 17:08:52 -05:00
"owner": "lytedev",
"repo": "slippi-nix",
"type": "github"
2023-10-08 02:46:37 -05:00
}
},
2023-09-04 11:40:30 -05:00
"sops-nix": {
"inputs": {
2024-02-19 11:10:35 -06:00
"nixpkgs": [
2024-06-29 01:40:25 -05:00
"nixpkgs-unstable"
2024-02-19 11:10:35 -06:00
]
2023-09-04 11:40:30 -05:00
},
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741644481,
"narHash": "sha256-E0RrMykMtEv15V3QhpsFutgoSKhL1JBhidn+iZajOyg=",
2023-09-04 11:40:30 -05:00
"owner": "Mic92",
"repo": "sops-nix",
2025-03-11 20:43:37 -05:00
"rev": "e653d71e82575a43fe9d228def8eddb73887b866",
2023-09-04 11:40:30 -05:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_2": {
2024-12-27 15:00:15 -06:00
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"zig": {
"inputs": {
"flake-compat": [
"ghostty"
],
2025-02-16 09:12:42 -06:00
"flake-utils": [
"ghostty",
"flake-utils"
],
2024-12-27 15:00:15 -06:00
"nixpkgs": [
"ghostty",
"nixpkgs-stable"
]
},
"locked": {
2025-02-16 09:12:42 -06:00
"lastModified": 1738239110,
"narHash": "sha256-Y5i9mQ++dyIQr+zEPNy+KIbc5wjPmfllBrag3cHZgcE=",
2024-12-27 15:00:15 -06:00
"owner": "mitchellh",
"repo": "zig-overlay",
2025-02-16 09:12:42 -06:00
"rev": "1a8fb6f3a04724519436355564b95fce5e272504",
2024-12-27 15:00:15 -06:00
"type": "github"
},
"original": {
"owner": "mitchellh",
"repo": "zig-overlay",
"type": "github"
}
2025-02-16 09:12:42 -06:00
},
"zig2nix": {
"inputs": {
"flake-utils": [
"ghostty",
"flake-utils"
],
"nixpkgs": [
"ghostty",
"nixpkgs-stable"
]
},
"locked": {
2025-03-11 20:43:37 -05:00
"lastModified": 1741368279,
"narHash": "sha256-WTaC8HmnIq6O71iK0g9as404BbmS+YyEP5qS85m2JBY=",
2025-02-16 09:12:42 -06:00
"owner": "jcollie",
"repo": "zig2nix",
2025-03-11 20:43:37 -05:00
"rev": "672971b5b6911de21446ad4fc76dee677922eda0",
2025-02-16 09:12:42 -06:00
"type": "github"
},
"original": {
"owner": "jcollie",
2025-03-11 20:43:37 -05:00
"ref": "672971b5b6911de21446ad4fc76dee677922eda0",
2025-02-16 09:12:42 -06:00
"repo": "zig2nix",
"type": "github"
}
2023-09-04 11:40:30 -05:00
}
},
"root": "root",
"version": 7
}