Files
nix-config-v2/flake.lock

270 lines
7.1 KiB
Plaintext
Raw Normal View History

2024-07-30 00:09:42 -04:00
{
"nodes": {
"darwin": {
"inputs": {
2025-05-24 14:08:18 -04:00
"nixpkgs": [
"nixpkgs"
]
2024-07-30 00:09:42 -04:00
},
"locked": {
2025-10-18 20:31:32 -04:00
"lastModified": 1759509947,
"narHash": "sha256-4XifSIHfpJKcCf5bZZRhj8C4aCpjNBaE3kXr02s4rHU=",
2024-07-30 00:09:42 -04:00
"owner": "lnl7",
"repo": "nix-darwin",
2025-10-18 20:31:32 -04:00
"rev": "000eadb231812ad6ea6aebd7526974aaf4e79355",
2024-07-30 00:09:42 -04:00
"type": "github"
},
"original": {
"owner": "lnl7",
2025-05-24 14:08:18 -04:00
"ref": "nix-darwin-25.05",
2024-07-30 00:09:42 -04:00
"repo": "nix-darwin",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
2025-06-28 15:50:34 -04:00
"lastModified": 1747046372,
"narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
"owner": "edolstra",
"repo": "flake-compat",
2025-06-28 15:50:34 -04:00
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"ghostty": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
2025-06-28 15:50:34 -04:00
"nixpkgs": "nixpkgs",
"zig": "zig",
"zon2nix": "zon2nix"
},
"locked": {
"lastModified": 1761172581,
"narHash": "sha256-uX8FzMlRt15kvs4pPuOHZeQe1wztQXTEWOVtB2EwmB0=",
"owner": "ghostty-org",
"repo": "ghostty",
"rev": "bdbda2fd8380b440508246bcda0bf1198f6666e4",
"type": "github"
},
"original": {
"owner": "ghostty-org",
"repo": "ghostty",
"type": "github"
}
},
2024-07-30 00:09:42 -04:00
"home-manager": {
"inputs": {
2025-05-24 14:08:18 -04:00
"nixpkgs": [
"nixpkgs"
]
2024-07-30 00:09:42 -04:00
},
"locked": {
2025-10-02 09:58:03 -04:00
"lastModified": 1758463745,
"narHash": "sha256-uhzsV0Q0I9j2y/rfweWeGif5AWe0MGrgZ/3TjpDYdGA=",
2024-07-30 00:09:42 -04:00
"owner": "nix-community",
"repo": "home-manager",
2025-10-02 09:58:03 -04:00
"rev": "3b955f5f0a942f9f60cdc9cacb7844335d0f21c3",
2024-07-30 00:09:42 -04:00
"type": "github"
},
"original": {
"owner": "nix-community",
2025-05-24 14:08:18 -04:00
"ref": "release-25.05",
2024-07-30 00:09:42 -04:00
"repo": "home-manager",
"type": "github"
}
},
"nix-flatpak": {
"locked": {
2025-05-29 13:06:00 -04:00
"lastModified": 1739444422,
"narHash": "sha256-iAVVHi7X3kWORftY+LVbRiStRnQEob2TULWyjMS6dWg=",
"owner": "gmodena",
"repo": "nix-flatpak",
2025-05-29 13:06:00 -04:00
"rev": "5e54c3ca05a7c7d968ae1ddeabe01d2a9bc1e177",
"type": "github"
},
"original": {
"owner": "gmodena",
2025-05-29 13:06:00 -04:00
"ref": "v0.6.0",
"repo": "nix-flatpak",
"type": "github"
}
},
2024-07-30 00:09:42 -04:00
"nixpkgs": {
"locked": {
2025-10-18 20:31:32 -04:00
"lastModified": 315532800,
"narHash": "sha256-sV6pJNzFkiPc6j9Bi9JuHBnWdVhtKB/mHgVmMPvDFlk=",
"rev": "82c2e0d6dde50b17ae366d2aa36f224dc19af469",
2025-06-28 15:50:34 -04:00
"type": "tarball",
2025-10-18 20:31:32 -04:00
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre877938.82c2e0d6dde5/nixexprs.tar.xz"
2024-10-30 22:41:50 -04:00
},
"original": {
2025-06-28 15:50:34 -04:00
"type": "tarball",
2025-10-18 20:31:32 -04:00
"url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"
2024-10-30 22:41:50 -04:00
}
},
2025-06-28 15:50:34 -04:00
"nixpkgs_2": {
"locked": {
2025-10-02 09:58:03 -04:00
"lastModified": 1758360447,
"narHash": "sha256-XDY3A83bclygHDtesRoaRTafUd80Q30D/Daf9KSG6bs=",
"rev": "8eaee110344796db060382e15d3af0a9fc396e0e",
2025-08-27 11:31:11 -04:00
"type": "tarball",
2025-10-02 09:58:03 -04:00
"url": "https://releases.nixos.org/nixos/unstable/nixos-25.11pre864002.8eaee1103447/nixexprs.tar.xz"
2025-08-27 11:31:11 -04:00
},
"original": {
"type": "tarball",
2025-10-02 09:58:03 -04:00
"url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"
2025-08-27 11:31:11 -04:00
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1761016216,
"narHash": "sha256-G/iC4t/9j/52i/nm+0/4ybBmAF4hzR8CNHC75qEhjHo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "481cf557888e05d3128a76f14c76397b7d7cc869",
"type": "github"
},
"original": {
"owner": "nixos",
2025-06-28 15:50:34 -04:00
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_4": {
"locked": {
"lastModified": 1744536153,
"narHash": "sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "18dd725c29603f582cf1900e0d25f9f1063dbf11",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-07-30 00:09:42 -04:00
"root": {
"inputs": {
"darwin": "darwin",
"ghostty": "ghostty",
2024-07-30 00:09:42 -04:00
"home-manager": "home-manager",
"nix-flatpak": "nix-flatpak",
"nixpkgs": "nixpkgs_3",
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1761100675,
"narHash": "sha256-LX3TCDBeNpCWTDXtGyRASVcLmRPChSli34bgHnZ1DCw=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "72161c6c53f6e3f8dadaf54b2204a5094c6a16ae",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
2024-07-30 00:09:42 -04: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"
}
},
"zig": {
"inputs": {
"flake-compat": [
2025-08-12 09:14:50 -04:00
"ghostty",
"flake-compat"
],
"flake-utils": [
"ghostty",
"flake-utils"
],
"nixpkgs": [
"ghostty",
2025-06-28 15:50:34 -04:00
"nixpkgs"
]
},
"locked": {
2025-10-18 20:31:32 -04:00
"lastModified": 1760401936,
"narHash": "sha256-/zj5GYO5PKhBWGzbHbqT+ehY8EghuABdQ2WGfCwZpCQ=",
"owner": "mitchellh",
"repo": "zig-overlay",
2025-10-18 20:31:32 -04:00
"rev": "365085b6652259753b598d43b723858184980bbe",
"type": "github"
},
"original": {
"owner": "mitchellh",
"repo": "zig-overlay",
"type": "github"
}
},
"zon2nix": {
"inputs": {
2025-08-27 11:31:11 -04:00
"nixpkgs": "nixpkgs_2"
},
"locked": {
2025-10-02 09:58:03 -04:00
"lastModified": 1758405547,
"narHash": "sha256-WgaDgvIZMPvlZcZrpPMjkaalTBnGF2lTG+62znXctWM=",
"owner": "jcollie",
"repo": "zon2nix",
2025-10-02 09:58:03 -04:00
"rev": "bf983aa90ff169372b9fa8c02e57ea75e0b42245",
"type": "github"
},
"original": {
"owner": "jcollie",
"repo": "zon2nix",
2025-10-02 09:58:03 -04:00
"rev": "bf983aa90ff169372b9fa8c02e57ea75e0b42245",
"type": "github"
}
2024-07-30 00:09:42 -04:00
}
},
"root": "root",
"version": 7
}