Run unpatched binaries with Nix
This commit is contained in:
parent
89ccf6d08c
commit
cd127f3647
|
@ -21,4 +21,7 @@
|
||||||
extraPackages = with pkgs; [ zfs ];
|
extraPackages = with pkgs; [ zfs ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Run unpatched binaries with Nix
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue