mirror of
https://github.com/zoriya/ags.git
synced 2026-06-09 04:46:08 +00:00
change src
This commit is contained in:
+1
-7
@@ -23,13 +23,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = buildNpmPackage {
|
||||
name = "ags";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Aylur";
|
||||
repo = "ags";
|
||||
rev = "refs/heads/main";
|
||||
sha256 = "sha256-ht9kA5uNOH09xWnsnpUOZ+F2SXps605zxxip54WE420=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
src = ../.;
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user