lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lib tests: Simplify relative path for default argument

+1 -1
+1 -1
lib/tests/release.nix
··· 1 - { pkgs ? import ((import ../../lib).cleanSource ../..) {} }: 1 + { pkgs ? import ((import ../.).cleanSource ../..) {} }: 2 2 3 3 pkgs.stdenv.mkDerivation { 4 4 name = "nixpkgs-lib-tests";