remove from package

This commit is contained in:
2026-01-02 15:12:40 +01:00
parent 1b961c0df8
commit 8a40f022f6

View File

@@ -14,9 +14,7 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in in
{ {
packages = { reclamation = ./.;
reclamation = ./.;
};
} }
); );
} }