Patch aarch64 fhs wraps to use EnvChroot

This commit is contained in:
Natsu Kagami 2023-04-18 12:22:05 +02:00
parent 341216cd94
commit 37b30aa60e
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, runCommand, zstd, lib, buildFHSUserEnv }:
{ pkgs, runCommand, zstd, lib, buildFHSEnvChroot }:
let
typora-tar = builtins.fetchurl {
@ -11,7 +11,7 @@ let
tar xvf ${typora-tar} -C $out
'';
in
buildFHSUserEnv {
buildFHSEnvChroot {
name = "typora";
targetPkgs = pkgs: with pkgs; [
glib