refactor(rrv.sh): use rrv.sh flake instead of internal package
This commit is contained in:
parent
87f503352f
commit
7739f03bff
6 changed files with 55 additions and 24 deletions
|
@ -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 |
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue