Compare commits
2 Commits
e16e8be594
...
4c8cd73aea
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c8cd73aea | |||
| ce94276d77 |
19
flake.lock
generated
19
flake.lock
generated
@@ -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": {
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
nerd-fonts.iosevka
|
||||
monocraft
|
||||
ubuntu_font_family
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user