KEPVL66D6DQXZLNEKZ2Z3BR2UXIN3LJC4NBSY26AK5PTWLYURNJQC
}:
stdenv.mkDerivation {
pname = "nix-plugin-pijul";
version = lib.fileContents ./VERSION;
}: let
stdenv' =
if stdenv.cc.isClang
then clang17Stdenv
else stdenv;
in
stdenv'.mkDerivation {
pname = "nix-plugin-pijul";
version = lib.fileContents ./VERSION;