mirror of
https://github.com/NixOS/nix.git
synced 2025-12-14 21:11:04 +01:00
Formatting
This commit is contained in:
parent
6477d7c2ca
commit
279a6b18db
3 changed files with 6 additions and 8 deletions
|
|
@ -220,11 +220,10 @@
|
|||
'';
|
||||
repl-completion = nixpkgsFor.${system}.native.callPackage ./tests/repl-completion.nix { };
|
||||
|
||||
lazyTrees =
|
||||
nixpkgsFor.${system}.native.nixComponents2.nix-functional-tests.override {
|
||||
pname = "nix-lazy-trees-tests";
|
||||
lazyTrees = true;
|
||||
};
|
||||
lazyTrees = nixpkgsFor.${system}.native.nixComponents2.nix-functional-tests.override {
|
||||
pname = "nix-lazy-trees-tests";
|
||||
lazyTrees = true;
|
||||
};
|
||||
|
||||
/**
|
||||
Checks for our packaging expressions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue