This commit is contained in:
2025-01-02 21:27:03 +00:00
parent ce94276d77
commit 4c8cd73aea
2 changed files with 11 additions and 10 deletions

19
flake.lock generated
View File

@@ -263,17 +263,18 @@
"zig": "zig"
},
"locked": {
"lastModified": 1735509915,
"narHash": "sha256-9CzFZKleAOX4yMiba1QDLDZT3tyD88ZF2e/S4pRbnWc=",
"ref": "refs/heads/main",
"rev": "d5703a57e7d7bcf8dd9bd5711d9f351e5a43446b",
"revCount": 8606,
"type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty"
"lastModified": 1735678070,
"narHash": "sha256-BiXFNeoL+BYpiqzCuDIrZGQ6JVI8cBOXerJH48CbnxU=",
"owner": "ghostty-org",
"repo": "ghostty",
"rev": "3f7c3afaf947280bd2852626ff4599c02d9fb07e",
"type": "github"
},
"original": {
"type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty"
"owner": "ghostty-org",
"ref": "v1.0.1",
"repo": "ghostty",
"type": "github"
}
},
"git-hooks": {

View File

@@ -11,7 +11,7 @@
devenv.inputs.nixpkgs.follows = "nixpkgs";
ghostty = {
url = "git+ssh://git@github.com/ghostty-org/ghostty";
url = "github:ghostty-org/ghostty?ref=v1.0.1";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs-unstable.follows = "nixpkgs";
};