Explorar el Código

adding packages folder

Zander Hawke hace 1 año
padre
commit
c174f053af
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 1 1
      flake.nix
  2. 4 0
      packages/default.nix

+ 1 - 1
flake.nix

@@ -68,7 +68,7 @@
               ];
             };
           };
-        }
+        } // import ./packages { inherit pkgs; }
       );
     };
 }

+ 4 - 0
packages/default.nix

@@ -0,0 +1,4 @@
+{ pkgs ? (import <nixpkgs>) {} }:
+{
+  # ghostty = pkgs.callPackage ./ghostty/package.nix {};
+}