mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
pkgs/homer: deprecate and use official
This commit is contained in:
parent
5227d0d4bb
commit
59aa5e89ed
3 changed files with 2 additions and 18 deletions
|
@ -1,4 +1,3 @@
|
|||
final: _prev: {
|
||||
homer = final.callPackage ./homer { };
|
||||
grafana-dashboards = final.callPackage ./grafana-dashboards { };
|
||||
}
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{ stdenv, fetchzip }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "homer";
|
||||
version = "24.11.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip";
|
||||
hash = "sha256-rp9NyUfywKXSt9SRMJI6QOh4IcHsnpiBM/NGM4TLFaE=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
cp -r $src $out/
|
||||
'';
|
||||
sourceRoot = ".";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue