npins: pin ghostty dev version

This commit is contained in:
Primrose 2026-01-06 23:04:25 +01:00
parent 084261c58e
commit 24775459ed
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,7 @@
let
sources = import ../../npins;
in
final: prev: {
# Dev version of ghostty, "tip"
ghostty = sources.ghostty-dev.asFlake.packages.${final.stdenv.hostPlatform.system}.default;
}