writeFile -> writeText
This commit is contained in:
parent
abb7370936
commit
795c1f3d65
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
let gitTemplate = pkgs.stdenv.mkDerivation {
|
||||
name = "git-template";
|
||||
src = pkgs.writeFile "dummy" "";
|
||||
src = pkgs.writeText "dummy" "";
|
||||
nativeBuildInputs = with pkgs; with rust-binaries; [
|
||||
git
|
||||
mit-commit-msg
|
||||
|
|
Loading…
Reference in a new issue