add ghostty
This commit is contained in:
parent
1362d6d3c6
commit
c408aea5b8
3 changed files with 38 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }:
|
||||
let
|
||||
inherit (lib.my) mapModules mapModulesRec mapHosts;
|
||||
|
||||
|
||||
system = "x86_64-linux";
|
||||
|
||||
mkPkgs = pkgs: extraOverlays:
|
||||
|
@ -58,7 +58,7 @@
|
|||
lib = nixpkgs.lib.extend (final: prev: {
|
||||
my = import ./lib {
|
||||
inherit pkgs inputs;
|
||||
|
||||
|
||||
lib = final;
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue