build rpm
Some checks failed
build-rpm / rpm (push) Failing after 51s

This commit is contained in:
Danilo Reyes
2026-02-19 10:37:36 -06:00
parent f7b65d0b8f
commit 84d3ad073a
4 changed files with 98 additions and 0 deletions

View File

@@ -45,6 +45,15 @@
pkgs.ffmpeg
];
};
devShells.rpm = pkgs.mkShell {
buildInputs = [
pkgs.git
pkgs.gzip
pkgs.python3
pkgs.rpm-build
];
};
}
);
}