nix: update package version; install sample TOML in postInstall
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Idd4a9425dd12beb3eb52faa1d046e55f6a6a6964
This commit is contained in:
parent
412ae1b933
commit
e1f534d0e6
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "chroma";
|
pname = "chroma";
|
||||||
version = "1.1.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fs.toSource {
|
src = fs.toSource {
|
||||||
root = s;
|
root = s;
|
||||||
|
|
@ -64,7 +64,7 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
install -Dm755 ${../chroma.conf.sample} $out/share/chroma.conf.sample
|
install -Dm755 ${../chroma.toml.sample} $out/share/chroma.toml.sample
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue