Maybe this works

This commit is contained in:
Johannes Jöns 2023-03-03 12:02:52 +01:00
parent 2f5dd0f621
commit 775f1f099a

View file

@ -1,13 +1,12 @@
{ lib, fetchFromGitHub, buildNpmPackage, ... }:
buildNpmPackage
{
buildNpmPackage {
name = "knossos";
verison = "2.2";
src = fetchFromGitHub {
owner = "modrinth";
repo = name;
repo = "${name}";
rev = "v${version}";
sha256 = "sha256-nJDte8rpYq3Ge844qtAOvLp6NcFsl51jFgaZGR97/YI";
};