Compare commits

..

2 commits

Author SHA1 Message Date
2c3854acde
add tidal
All checks were successful
Build / nix-build (native-aarch64, varda) (push) Successful in 1m45s
Build / nix-build (native-x86_64, gandalf) (push) Successful in 2m28s
Build / nix-build (native-x86_64, telchar) (push) Successful in 9m24s
Build / nix-build (native-x86_64, telperion) (push) Successful in 3m38s
Build / Nix Build Successful (push) Successful in 4s
2024-08-12 00:28:32 -05:00
4ece43dbbd
update ghostty 2024-08-12 00:28:17 -05:00
2 changed files with 5 additions and 4 deletions

View file

@ -224,11 +224,11 @@
"zls": "zls"
},
"locked": {
"lastModified": 1722964928,
"narHash": "sha256-/w+t7A1PLxa6XjLI8KZyVM//5yTBE/m3sXiDdmGvDi8=",
"lastModified": 1723168569,
"narHash": "sha256-VTo/HNmYQ1ctAzdCOvtInQf9grhSuRLGA8FGP/4pVew=",
"ref": "refs/heads/main",
"rev": "389cc9539455b5f4e16f980a5a530957e9149e27",
"revCount": 6814,
"rev": "33d9c043ef828b062865f42db551d6ddc48e2def",
"revCount": 6848,
"type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty"
},

View file

@ -47,6 +47,7 @@ with config;
shellcheck # shell script linting
unstable.act # run GitHub actions locally
unstable.nodePackages_latest.prettier # code formatter
unstable.tidal-hifi
];
};
}