nix: update package version; install sample TOML in postInstall

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Idd4a9425dd12beb3eb52faa1d046e55f6a6a6964
This commit is contained in:
raf 2026-04-27 22:01:57 +03:00
commit e1f534d0e6
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -15,7 +15,7 @@
in
stdenv.mkDerivation {
pname = "chroma";
version = "1.1.0";
version = "2.0.0";
src = fs.toSource {
root = s;
@ -64,7 +64,7 @@ in
'';
postInstall = ''
install -Dm755 ${../chroma.conf.sample} $out/share/chroma.conf.sample
install -Dm755 ${../chroma.toml.sample} $out/share/chroma.toml.sample
'';
meta = {