mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
add outsputs 'out' and 'dev'
This commit is contained in:
parent
b8ff9f5cf1
commit
2517ca5488
@ -8,6 +8,8 @@ let
|
||||
in stdenv.mkDerivation {
|
||||
inherit name;
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dlenski";
|
||||
repo = "openconnect";
|
||||
|
Loading…
Reference in New Issue
Block a user