Add output

This commit is contained in:
xenia 2023-10-12 12:52:04 +02:00
parent 5b84e0dccc
commit b7e2777f9c

View File

@ -14,6 +14,7 @@
cargoLock = { lockFile = ./Cargo.lock; }; cargoLock = { lockFile = ./Cargo.lock; };
}; };
in { in {
packages.unambig-path = unambig-path;
packages.default = unambig-path; packages.default = unambig-path;
} }
); );