feat: symlink all deps using symlinkJoin

This commit is contained in:
Michael Franzl 2024-05-12 10:46:29 +02:00
parent 68fbcfb32e
commit 7e18cfab68
Signed by: michael
GPG key ID: F2FA572344C60B07
3 changed files with 17 additions and 49 deletions

View file

@ -12,6 +12,5 @@
{
packages.x86_64-linux.default = package;
formatter.x86_64-linux = pkgs.nixfmt-rfc-style;
devShells.x86_64-linux.default = pkgs.mkShell package.paths;
};
}