i have no idea if this works

This commit is contained in:
Mars 2025-04-21 23:23:37 -04:00
parent 203d56e06b
commit 8293ef42b6
No known key found for this signature in database
GPG key ID: 8EEA6815467B3DB1
6 changed files with 262 additions and 271 deletions

15
_sources/generated.nix Normal file
View file

@ -0,0 +1,15 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
dbus-cxx = {
pname = "dbus-cxx";
version = "2.5.2";
src = fetchFromGitHub {
owner = "dbus-cxx";
repo = "dbus-cxx";
rev = "2.5.2";
fetchSubmodules = false;
sha256 = "sha256-if/9XIsf3an5Sij91UIIyNB3vlFAcKrm6YT5Mk7NhB0=";
};
};
}