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-07 11:42:09 -06:00
"lastModified": 1740485968,
"narHash": "sha256-WK+PZHbfDjLyveXAxpnrfagiFgZWaTJglewBWniTn2Y=",
2023-09-04 11:40:30 -05:00
"owner": "nix-community",
"repo": "disko",
2025-03-07 11:42:09 -06:00
"rev": "19c1140419c4f1cdf88ad4c1cfb6605597628940",
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-07 11:42:09 -06:00
"lastModified": 1741367989,
"narHash": "sha256-dmj/WSHXb8S8dNOtDV+NoaCnPGzGGvaI0zeSenzFLDY=",
2024-12-27 15:00:15 -06:00
"owner": "ghostty-org",
"repo": "ghostty",
2025-03-07 11:42:09 -06:00
"rev": "77e16770cc97bc69d9678d1f340dc5be5859a1d8",
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-07 11:42:09 -06:00
"lastModified": 1741360107,
"narHash": "sha256-QKp83UTH0hGc7TYkQdX5JdagvBnP5169WyxXkMrkPqY=",
2024-07-24 13:20:06 -05:00
"owner": "cachix",
"repo": "git-hooks.nix",
2025-03-07 11:42:09 -06:00
"rev": "fcea91603f24a41113c1b9e4043510b1b96e10bb",
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-07 11:42:09 -06:00
"lastModified": 1741367193,
"narHash": "sha256-UWB5MFIZiTbC4G+hBqbjU6v18D6/bPWOImQ8oWL2NWc=",
2023-10-03 11:23:30 -05:00
"owner": "helix-editor",
"repo": "helix",
2025-03-07 11:42:09 -06:00
"rev": "8da226f0b4297ca8f8b0ce8fdba4363b6bdb2aee",
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-07 11:42:09 -06:00
"lastModified": 1741345870,
"narHash": "sha256-KTpoO4oaucdFr3oJJBYpGK+aWVVrLvtiT17EQE7Cf4Y=",
2024-07-29 11:29:05 -05:00
"owner": "nix-community",
"repo": "home-manager",
2025-03-07 11:42:09 -06:00
"rev": "04c915bcf1a1eac3519372ff3185beef053fba7c",
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-07 11:42:09 -06:00
"lastModified": 1741196730,
"narHash": "sha256-0Sj6ZKjCpQMfWnN0NURqRCQn2ob7YtXTAOTwCuz7fkA=",
2025-02-14 13:04:04 -06:00
"owner": "NixOS",
2024-02-16 14:57:52 -06:00
"repo": "nixpkgs",
2025-03-07 11:42:09 -06:00
"rev": "48913d8f9127ea6530a2a2f1bd4daa1b8685d8a3",
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-07 11:42:09 -06:00
"lastModified": 1741310760,
"narHash": "sha256-aizILFrPgq/W53Jw8i0a1h1GZAAKtlYOrG/A5r46gVM=",
2025-02-14 13:04:04 -06:00
"owner": "NixOS",
2024-06-29 01:40:25 -05:00
"repo": "nixpkgs",
2025-03-07 11:42:09 -06:00
"rev": "de0fe301211c267807afd11b12613f5511ff7433",
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-06 10:46:51 -06:00
"lastModified": 1740447190,
"narHash": "sha256-zEba7ZbPwpYxdVo9bMwWx2ba55H+X59hB0qChqn2R0M=",
2024-07-30 17:08:52 -05:00
"owner": "lytedev",
"repo": "slippi-nix",
2025-03-06 10:46:51 -06:00
"rev": "44a27a202d43e6cf05e8ed32bf69c35d3aca647e",
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-07 11:42:09 -06:00
"lastModified": 1741043164,
"narHash": "sha256-9lfmSZLz6eq9Ygr6cCmvQiiBEaPb54pUBcjvbEMPORc=",
2023-09-04 11:40:30 -05:00
"owner": "Mic92",
"repo": "sops-nix",
2025-03-07 11:42:09 -06:00
"rev": "3f2412536eeece783f0d0ad3861417f347219f4d",
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": {
"lastModified": 1738263917,
"narHash": "sha256-j/3fwe2pEOquHabP/puljOKwAZFjIE9gXZqA91sC48M=",
"owner": "jcollie",
"repo": "zig2nix",
"rev": "c311d8e77a6ee0d995f40a6e10a89a3a4ab04f9a",
"type": "github"
},
"original": {
"owner": "jcollie",
"ref": "c311d8e77a6ee0d995f40a6e10a89a3a4ab04f9a",
"repo": "zig2nix",
"type": "github"
}
2023-09-04 11:40:30 -05:00
}
},
"root": "root",
"version": 7
}