mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
Renaming
This commit is contained in:
parent
5b5dddfb0c
commit
78b1bd967b
2 changed files with 0 additions and 1 deletions
15
packages/modrinth/knossos/default.nix
Normal file
15
packages/modrinth/knossos/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ lib, fetchFromGitHub, buildNpmPackage, ... }:
|
||||
|
||||
buildNpmPackage {
|
||||
name = "knossos";
|
||||
verison = "2.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "modrinth";
|
||||
repo = "knossos";
|
||||
rev = "v2.2";
|
||||
hash = "sha256-p6rHMio9oOmT2qyPq+TPzd7id+X1fck9Wa3vLHWp0Kg=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-4ha6qgehExf/OoUGu622vpBTN80/83r3IWbPbBOSCMQ=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue