mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
use builtins.toFile over pkgs.writeText
This commit is contained in:
parent
3484e5ed10
commit
879b512158
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ in
|
|||
#don't hook evdev at vm start
|
||||
package = pkgs.qemu_kvm.overrideAttrs (old: {
|
||||
patches = old.patches ++ [
|
||||
(pkgs.writeText "qemu.diff" ''
|
||||
(builtins.toFile "qemu.diff" ''
|
||||
diff --git a/ui/input-linux.c b/ui/input-linux.c
|
||||
index e572a2e..a9d76ba 100644
|
||||
--- a/ui/input-linux.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue