refactor(rrv.sh): use rrv.sh flake instead of internal package

This commit is contained in:
Mohammad Rafiq 2025-06-24 21:19:25 +08:00
parent 87f503352f
commit 7739f03bff
No known key found for this signature in database
6 changed files with 55 additions and 24 deletions

View file

@ -1,12 +0,0 @@
{ stdenv, ... }:
let
name = "rrv.sh";
version = "0.0.1";
in
stdenv.mkDerivation {
inherit name version;
src = ./.;
installPhase = ''
cp -r . $out
'';
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -1,10 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<title>rrv.sh</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<h1>hi</h1>
</body>
</html>