Revert generated-file renaming; retain formatter exclusions

This commit is contained in:
Timothy J. Aveni
2026-09-15 20:13:10 -07:00
parent e557a057d8
commit 9358b5ed0e
8 changed files with 16 additions and 21 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
let
pkgs = import nixpkgs { inherit system; };
nodejs = pkgs.nodejs_24;
quixos-protocol = (pkgs.callPackage ./yarn-project.gen.nix { inherit nodejs; }) {
quixos-protocol = (pkgs.callPackage ./yarn-project.nix { inherit nodejs; }) {
src = pkgs.lib.cleanSource ./.;
overrideAttrs = old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
@@ -127,7 +127,7 @@
in
{
packages.default = quixos-protocol;
packages.inspector = (pkgs.callPackage ./yarn-project.gen.nix { inherit nodejs; }) {
packages.inspector = (pkgs.callPackage ./yarn-project.nix { inherit nodejs; }) {
src = pkgs.lib.fileset.toSource {
root = ./.;
fileset = pkgs.lib.fileset.unions [