dotfiles/flake.lock

165 lines
4.2 KiB
Text
Raw Normal View History

2024-08-02 11:12:36 +02:00
{
"nodes": {
2024-08-02 14:09:42 +02:00
"flake-utils": {
2024-08-10 23:06:08 +02:00
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"ghostty": {
"inputs": {
"nixpkgs-stable": [
"nixpkgs-unstable"
2024-08-10 23:06:08 +02:00
],
"nixpkgs-unstable": [
"nixpkgs-unstable"
2024-08-10 23:06:08 +02:00
],
2024-09-04 09:58:55 +02:00
"zig": "zig"
2024-08-10 23:06:08 +02:00
},
"locked": {
2024-10-18 10:38:31 +02:00
"lastModified": 1729220096,
"narHash": "sha256-4erPSUsLVTTbdAXAjKfl7FpVxohmDSL0zWfewff7jcc=",
2024-08-10 23:06:08 +02:00
"ref": "refs/heads/main",
2024-10-18 10:38:31 +02:00
"rev": "913c4b5801b0d3881eabbe93dec5a2c40fefe65f",
"revCount": 7730,
2024-08-10 23:06:08 +02:00
"type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty"
},
"original": {
"type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty"
}
},
"ghostty-hm": {
"locked": {
"lastModified": 1702368251,
"narHash": "sha256-hafrDmzGplzm+vdIo+LkOjRfA4qRcy5JmpGGksnht5c=",
"owner": "clo4",
"repo": "ghostty-hm-module",
"rev": "887e13a6e7acf5ffaab0119d96e476d84db90904",
"type": "github"
},
"original": {
"owner": "clo4",
"repo": "ghostty-hm-module",
"type": "github"
}
},
2024-08-02 11:12:36 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs-unstable"
2024-08-02 11:12:36 +02:00
]
},
"locked": {
2024-10-18 10:38:31 +02:00
"lastModified": 1729174520,
"narHash": "sha256-QxCAdgQdeIOaCiE0Sr23s9lD0+T1b/wuz5pSiGwNrCQ=",
2024-08-02 11:12:36 +02:00
"owner": "nix-community",
"repo": "home-manager",
2024-10-18 10:38:31 +02:00
"rev": "e78cbb20276f09c1802e62d2f77fc93ec32da268",
2024-08-02 11:12:36 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1729044727,
"narHash": "sha256-GKJjtPY+SXfLF/yTN7M2cAnQB6RERFKnQhD8UvPSf3M=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dc2e0028d274394f73653c7c90cc63edbb696be1",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
2024-08-02 14:09:42 +02:00
"locked": {
2024-10-18 10:38:31 +02:00
"lastModified": 1728888510,
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
2024-08-02 14:09:42 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2024-10-18 10:38:31 +02:00
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
2024-08-02 14:09:42 +02:00
"type": "github"
},
2024-08-02 11:12:36 +02:00
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2024-08-10 23:06:08 +02:00
"ghostty": "ghostty",
"ghostty-hm": "ghostty-hm",
2024-08-02 11:12:36 +02:00
"home-manager": "home-manager",
"nixpkgs-stable": "nixpkgs-stable",
"nixpkgs-unstable": "nixpkgs-unstable"
2024-08-02 11:12:36 +02:00
}
2024-08-10 23:06:08 +02: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": [
"ghostty"
],
2024-09-03 17:13:48 +02:00
"flake-utils": "flake-utils",
2024-08-10 23:06:08 +02:00
"nixpkgs": [
"ghostty",
"nixpkgs-stable"
]
},
"locked": {
2024-08-12 21:01:03 +02:00
"lastModified": 1717848532,
"narHash": "sha256-d+xIUvSTreHl8pAmU1fnmkfDTGQYCn2Rb/zOwByxS2M=",
2024-08-10 23:06:08 +02:00
"owner": "mitchellh",
"repo": "zig-overlay",
2024-08-12 21:01:03 +02:00
"rev": "02fc5cc555fc14fda40c42d7c3250efa43812b43",
2024-08-10 23:06:08 +02:00
"type": "github"
},
"original": {
"owner": "mitchellh",
"repo": "zig-overlay",
"type": "github"
}
2024-08-02 11:12:36 +02:00
}
},
"root": "root",
"version": 7
}