mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
npins: pin ghostty dev version
This commit is contained in:
parent
084261c58e
commit
24775459ed
3 changed files with 21 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ in
|
|||
../overlays/eepy.nix
|
||||
../overlays/calibre-no-mime.nix
|
||||
../overlays/fcitx5-table-extra-taiwanese.nix
|
||||
../overlays/ghostty-dev.nix
|
||||
|
||||
../overlays/iosevka.nix
|
||||
../packages/overlay.nix
|
||||
|
|
|
|||
7
nix/overlays/ghostty-dev.nix
Normal file
7
nix/overlays/ghostty-dev.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue