Explorar o código

adding packages folder

Zander Hawke hai 1 ano
pai
achega
c174f053af
Modificáronse 2 ficheiros con 5 adicións e 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 {};
+}