File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 104104 } ;
105105 config = {
106106 checks . nix-unit = ( if config . nix-unit . allowNetwork then toNetworkedCheck else x : x ) (
107- pkgs . runCommandNoCC "nix-unit-check"
107+ pkgs . runCommand "nix-unit-check"
108108 {
109109 nativeBuildInputs = [ config . nix-unit . package ] ;
110110 # For toNetworkedCheck to override
Original file line number Diff line number Diff line change 2121 cache = "file://${
2222 pkgs . mkBinaryCache {
2323 rootPaths = [
24- ( pkgs . runCommandNoCC "dummy" {
24+ ( pkgs . runCommand "dummy" {
2525 nativeBuildInputs = [ config . packages . nix-unit ] ;
2626 } "" ) . inputDerivation
2727 ] ;
2828 }
2929 } " ;
3030
3131 template-flake-parts =
32- pkgs . runCommandNoCC "template-flake-parts"
32+ pkgs . runCommand "template-flake-parts"
3333 {
3434 nativeBuildInputs = [ pkgs . nix ] ;
3535
You can’t perform that action at this time.
0 commit comments