Skip to content

Commit

Permalink
flake: use stdenvNoCC (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigorenkoPV authored Mar 9, 2024
1 parent 89d725a commit 2df7c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
packages = flake-utils.lib.flattenTree rec {
default = xdg-ninja;
# The shell script and configurations, uses derivation from offical nixpkgs
xdg-ninja = pkgs.stdenv.mkDerivation {
xdg-ninja = pkgs.stdenvNoCC.mkDerivation {
pname = "xdg-ninja";
version = "0.1.0";

Expand Down

0 comments on commit 2df7c54

Please sign in to comment.