feat(legacy): +writeDash +helpers

This commit is contained in:
2025-11-03 18:51:38 +00:00
parent 4ec1f7dc98
commit ff95cb447a
12 changed files with 117 additions and 65 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
{ self, system, pkgs }:
{ pkgs, ... }:
let
writers = pkgs.callPackage ./writer { };
writers = pkgs.callPackage ./writer { };
in {
helpers = pkgs.callPackage ./helper { };
# NOTE(yukkop): duplicate writers in root of legacyPackages and writers due nixpkgs legacyPackages consistency
writers = writers;
} // writers