osm-restaurants: implement
This commit is contained in:
7
osm-restaurants/default.nix
Normal file
7
osm-restaurants/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{mkYarnPackage}:
|
||||
mkYarnPackage {
|
||||
name = "osm-restaurants";
|
||||
src = ./.;
|
||||
packageJson = ./package.json;
|
||||
yarnLock = ./yarn.lock;
|
||||
}
|
||||
Reference in New Issue
Block a user