ghostty: override nixpkgs with unstable packages
This commit is contained in:
parent
a362c3885f
commit
0e7f1a4e36
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
"ghostty": {
|
||||
"inputs": {
|
||||
"nixpkgs-stable": [
|
||||
"nixpkgs-stable"
|
||||
"nixpkgs-unstable"
|
||||
],
|
||||
"nixpkgs-unstable": [
|
||||
"nixpkgs-unstable"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
ghostty = {
|
||||
url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
||||
inputs = {
|
||||
nixpkgs-stable.follows = "nixpkgs-stable";
|
||||
nixpkgs-stable.follows = "nixpkgs-unstable";
|
||||
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue