Ver código fonte

adding packages folder

Zander Hawke 1 ano atrás
pai
commit
c174f053af
2 arquivos alterados com 5 adições e 1 exclusões
  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 {};
+}