Begin looking at the nix release

This commit is contained in:
2023-11-24 17:20:26 +00:00
committed by Daniel Patterson
parent e3e68b89ee
commit 6d24c10c25

View File

@@ -49,6 +49,19 @@
} }
]; ];
}; };
packages.default = beamPackages.mixRelease rec {
pname = "wish";
version = "nightly-231124";
src = ./.;
mixFodDeps = fetchMixDeps {
inherit src version;
pname = "mix-deps-${pname}";
hash = lib.fakeHash;
};
};
} }
); );
} }