all: update repository url
All checks were successful
Static / Flake checks (push) Successful in 29s
Static / Create distribution (push) Successful in 56s

For the upcoming rename of security org to rosa.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-15 17:21:31 +09:00
parent dd44d349fc
commit 9b3eb58a3f
9 changed files with 35 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
stdenvNoCC,
runCommandNoCC,
stdenv,
runCommand,
util-linux,
moreutils,
parallel,
@@ -15,7 +15,7 @@
python3,
buildNpmPackage,
}:
stdenvNoCC.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "hakurei.app";
version = "0.1.0";
@@ -41,7 +41,7 @@ stdenvNoCC.mkDerivation rec {
nativeBuildInputs = [
util-linux
(runCommandNoCC "sponge" { } "mkdir -p $out/bin && ln -s ${moreutils}/bin/sponge $out/bin")
(runCommand "sponge" { } "mkdir -p $out/bin && ln -s ${moreutils}/bin/sponge $out/bin")
parallel
openssl
libxml2