Merge pull request 'gui-installer: calculate bugfix version from lastModifiedDate' (#1588) from DavHau/clan-core:DavHau-dave into main

This commit is contained in:
clan-bot 2024-06-07 18:39:28 +00:00
commit 7c06b65def

View File

@ -1,11 +1,16 @@
{ self, ... }:
{
perSystem =
{ pkgs, ... }:
let
nfpmConfig = pkgs.writeText "clan-nfpm-config.yaml" (
builtins.toJSON {
name = "clan-gui-installer";
version = "0.0.${self.lastModifiedDate}";
maintainer = "cLAN core team";
homepage = "https://clan.lol";
description = "Peer-to-Peer self-hosting made easy for developers";
license = "MIT";
contents = [
{
src = "${./gui-installer.sh}";