Skip to content

Commit

Permalink
Added template.json to package
Browse files Browse the repository at this point in the history
  • Loading branch information
poschi3 authored and koarlchen committed Oct 28, 2024
1 parent b268e66 commit 7b21e67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ in pkgs.rustPlatform.buildRustPackage rec {
version = "0.1";
cargoLock.lockFile = ./Cargo.lock;
src = pkgs.lib.cleanSource ./.;
postInstall = ''
mkdir -p $out/conf
cp template.json $out/conf/template.json
'';
}

0 comments on commit 7b21e67

Please sign in to comment.