writeFile -> writeText

This commit is contained in:
Charlotte 🦝 Delenk 2022-03-06 09:02:18 +01:00
parent abb7370936
commit 795c1f3d65
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
let gitTemplate = pkgs.stdenv.mkDerivation { let gitTemplate = pkgs.stdenv.mkDerivation {
name = "git-template"; name = "git-template";
src = pkgs.writeFile "dummy" ""; src = pkgs.writeText "dummy" "";
nativeBuildInputs = with pkgs; with rust-binaries; [ nativeBuildInputs = with pkgs; with rust-binaries; [
git git
mit-commit-msg mit-commit-msg