flake.nix: defaultPackage

This commit is contained in:
Quinn Dougherty 2022-03-24 12:38:32 -04:00
parent 9b14a5c8cf
commit e2aa11d50f

View File

@ -61,6 +61,7 @@
vscodeWithRescript
];
});
defaultPackage.${system} = self.packages.${system}.yarn;
});
};
}