tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nix-ld: disable build on non-linux platforms
Jörg Thalheim
3 years ago
fcb339e2
4cb7e8b7
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
nix-ld
default.nix
+1
-1
pkgs/os-specific/linux/nix-ld/default.nix
···
51
homepage = "https://github.com/Mic92/nix-ld";
52
license = licenses.mit;
53
maintainers = with maintainers; [ mic92 ];
54
-
platforms = platforms.unix;
55
};
56
}
···
51
homepage = "https://github.com/Mic92/nix-ld";
52
license = licenses.mit;
53
maintainers = with maintainers; [ mic92 ];
54
+
platforms = platforms.linux;
55
};
56
}