Use stdenvNoCC in Nix package

This commit is contained in:
Reinout Meliesie 2026-04-29 16:15:22 +02:00
commit 6f1e6ba04e
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -1,7 +1,7 @@
{ pkgs, stdenv }:
{ pkgs, stdenvNoCC }:
with pkgs;
with stdenv;
with stdenvNoCC;
mkDerivation {
pname = "personal-site";