remove unused lib.trace from flake
This commit is contained in:
@@ -33,13 +33,11 @@
|
|||||||
));
|
));
|
||||||
};
|
};
|
||||||
flakeLockFile = builtins.toFile "clan-core-flake.lock" (builtins.toJSON flakeLockVendoredDeps);
|
flakeLockFile = builtins.toFile "clan-core-flake.lock" (builtins.toJSON flakeLockVendoredDeps);
|
||||||
clanCoreWithVendoredDeps =
|
clanCoreWithVendoredDeps = pkgs.runCommand "clan-core-with-vendored-deps" { } ''
|
||||||
lib.trace flakeLockFile pkgs.runCommand "clan-core-with-vendored-deps" { }
|
cp -r ${self} $out
|
||||||
''
|
chmod +w -R $out
|
||||||
cp -r ${self} $out
|
cp ${flakeLockFile} $out/flake.lock
|
||||||
chmod +w -R $out
|
'';
|
||||||
cp ${flakeLockFile} $out/flake.lock
|
|
||||||
'';
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.clan-cli = pkgs.callPackage ./shell.nix {
|
devShells.clan-cli = pkgs.callPackage ./shell.nix {
|
||||||
|
|||||||
Reference in New Issue
Block a user