Use stdenvNoCC in Nix package
This commit is contained in:
parent
fafb3b8a5b
commit
6f1e6ba04e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, stdenv }:
|
||||
{ pkgs, stdenvNoCC }:
|
||||
|
||||
with pkgs;
|
||||
with stdenv;
|
||||
with stdenvNoCC;
|
||||
|
||||
mkDerivation {
|
||||
pname = "personal-site";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue